RELEASED: Public: February 5, 2025
Resolved issues
- Cached permalinks for jobs not reliable in High Availability (HA) controllers (BEE-34614)
-
While High Availability (HA) controllers supported permalinks such as lastStableBuild, with the link resolving to the newest matching build regardless of the replica it ran on, the cache system was not reliable under heavy load conditions. Now, the cached system is reliable under heavy load conditions.
- Incorrect suggestion for use of
ReplicatedGroovy
utility (BEE-54437) -
In High Availability (HA) controllers, the Manage Jenkins > CloudBees CI High Availability > Script Console page offered an example of usage of the
ReplicatedGroovy
utility that did not work. The result of each replica’s script must be a serializable object.