RELEASED: Public: March 5, 2025
Resolved issues
- Jenkins CLI
build
command now works with High Availability (HA) controllers (BEE-49065) -
When the Jenkins CLI
build
command triggered a build in a High Availability (HA) controller using the-f
(follow) option, the CLI displayed an error even when the build started in the controller. This behaviour was confusing, as users were unsure whether the build failed to launch or thebuild
CLI command failed on the client side. This issue is now resolved. The CLIbuild
command works with High Availability (HA) controllers the same way it works with any Jenkins or CloudBees CI instance.