RELEASED: Public: July 29, 2025
Resolved issues
- HA: Ensure consistency of job builds rest API across replicas (BEE-58191)
-
When running a HA controller, depending on the number of currently running builds for a given job, the list of builds being served through the rest API could slightly differ depending on the browsed replica.
This list is now trimmed to 100 builds maximum, matching the stock Jenkins implementation.