RELEASED: Public: September 17, 2025
Resolved issues
- Fix for incorrect Running Builds count displayed on the CloudBees CI High Availability Status page (BEE-59639)
-
Resolved an issue in HA environments where the CloudBees CI High Availability Status page incorrectly displayed a non-zero Running Builds count, even when no builds were actually executing.
- Redesigned handling of permanent inbound agents in High Availability (HA) controllers (BEE-60637)
-
Resolved an issue in HA environments where the CloudBees CI High Availability Status page incorrectly displayed a non-zero Running Builds count, even when no builds were actually executing.
- Unreliable tracking of High Availability (HA) replica owning TCP inbound agent (BEE-62267)
-
If information about an inbound TCP agent connected to an HA controller was recorded early in startup, the TCP port might not have been properly tracked, preventing some agent management features from working. Now, the configured port (always
50000
on managed controllers) is used where necessary, and potential problems are limited to client controllers where the port number is set to zero (to bind a random server port on startup).