Closed amartani closed 1 month ago
@amartani thanks for raising the issue. I’d suggest using the api
command for this use case at the moment.
this is a rather serious regression that breaks bk build
(our main use for the CLI) for most of our pipelines
the pipelines we are most likely to want to trigger manually (via bk build new
) are the ones most likely to not have the GH integration and be affected by this bug
@raylu @amartani I've opened https://github.com/buildkite/cli/pull/379 to fix this
@amartani @raylu this feature is included in 3.2.0
. Minor bump as there are other additions in there too; supporting -f
for passing in an environment file, etc
Creating a build using
bk build new
in a pipeline that has GitHub integration disabled fails with:To create builds for this pipeline via the API, we need to set
ignore_pipeline_branch_filters: true
in the POST call. Could this option be added as a flag for the CLI?Thank you!