RELEASED: Public: February 5, 2025
Feature enhancements
- The
triggerRemoteJob
step option to abort the downstream build when the upstream build is aborted (BEE-41696) -
When using a mode awaiting the downstream result, the
triggerRemoteJob
step now has an optionallowAbort: true
to abort the downstream build if the upstream build is aborted, permitting a whole tree of work to be cancelled with one gesture. This provides parity with the Pipelinebuild
step.