RELEASED: Public: March 5, 2025
Resolved issues
- Enforce HA plugin to take effect on upon controller restart upon installation (BEE-51851)
-
Previously, in a CloudBees CI on traditional platforms controller, the CloudBees Replication plugin (
cloudbees-replication
) would indicate it was ready immediately after installation. However, the plugin requires a controller restart for the High Availability (HA) functionalities and the user interface (UI) to function fully. - Traditional High Availability (HA) replica logs file creation warnings in first time startup when JENKINS_HOME does not exist yet (BEE-51928)
-
In a CloudBees CI on traditional platforms High Availability (HA) controller, replicas would generate warning logs related to file creation because the
JENKINS_HOME
directory was not yet created. This was due to the warhead code executing before the core created theJENKINS_HOME
directory. Now, the warhead code creates the home directory if it is missing, resolving the issue.