Override auto-cancel redundant builds with the API
A
Anna Calinawan
Users are able to trigger pipelines via the API and specify which jobs or workflows to run based on pipeline parameters. However, this flexibility is incompatible with auto cancel redundant builds, as a user can trigger multiple pipelines for a branch, specifying jobs for each pipeline, but only one pipeline can run at a time for that branch.It would be helpful to have a parameter that can allow users to override "Autocancel redundant builds" when triggering pipelines with the API.
CCI-I-1680
Greg Zapp
This is incredibly unfortunate. Trying to trigger specific workflows from GH actions based on label presence and it's canceling already running workflows..
Francis Upton IV
This actually worked with the V1.1 of the job submission API. It would submit the job and not cancel any executing job. However with V2 of the pipeline submission API it does not do that, it acts the same as if the build were triggered by source control.
Nigel Ellis