RELEASED: Public: February 5, 2025
Feature enhancements
- Option to emulate the Pipeline build step in High Availability (HA) controllers (BEE-52816)
-
The Pipeline
build
step does not work reliably in High Availability (HA) controllers. The CloudBees CI steptriggerRemoteJob
can be used as a High Availability (HA) compatible replacement, but rewriting existing Pipeline scripts to make use of it could be troublesome. There is now an option to automatically translate all usages of thebuild
step to thetriggerRemoteJob
equivalent. Most options and behaviors of the original step are supported. The Pipeline: Build Step plugin can be disabled or uninstalled when you enable the emulation. The High Availability (HA) Pipeline policy rule does not flag usages ofbuild
in the Pipeline scripts when the emulation is enabled.