RELEASED: Public: October 15, 2025
Feature enhancements
- Improved CloudBees CI startup time (BEE-62307)
-
Beginning with CloudBees CI 2.528.1 and Folders Plus plugin (
cloudbees-folders-plus
) 3.504, the system loads jobs in parallel during startup. By default, the system uses two threads per processor (with up to 32 threads supported) to speed up startup. Administrators can adjust or disable parallel job loading by setting thecom.cloudbees.hudson.plugins.folder.ParallelChildLoader.threadCount
property to1
. For more information, refer to Parallel job loading.