RELEASED: Public: September 4, 2024
Feature enhancements
- Align IP address used for High Availability (HA) reverse proxying with that of Hazelcast network (BEE-48512)
-
Previously, replicas of a High Availability (HA) controller on traditional platforms would attempt to contact one another for internal reverse proxying (such as displaying running builds) on whichever IP address was reported as the default address of the system. Now, this choice is aligned with the IP address selected by Hazelcast for its own networking. The previous behavior can be selected using the system property
-Dcom.cloudbees.jenkins.plugins.replication.hazelcast.Hazelcast.disable-BEE-48512=true
in case of problems (you can also contact CloudBees Support).
Resolved issues
- Stage view displayed incomplete information on High Availability (HA) controllers (BEE-51236)
-
On a High Availability (HA) controller, The Pipeline Stage View displayed only builds that were either complete or managed by the replica with the sticky session. Now, metadata is aggregated across replicas from the internal REST API so the widget can display a full view of all completed and running builds.