RELEASED: Public: March 5, 2025
Resolved issues
- Jenkins CLI
buildcommand now works with High Availability (HA) controllers (BEE-49065) -
When the Jenkins CLI
buildcommand 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 thebuildCLI command failed on the client side. This issue is now resolved. The CLIbuildcommand works with High Availability (HA) controllers the same way it works with any Jenkins or CloudBees CI instance.