Enhancement
-
Optimize build lazy loading during iteration via RunMap.entrySet() and RunMap.keySet().
JENKINS-76075
-
Optimize LogRotator build iteration using RunMap.entrySet().
JENKINS-76075
-
Move the user time zone configuration to the user preferences page.
pull 11065
-
Improve the display of help text for agent launch methods.
pull 11055
Bug fix
-
Fix "All/None/Suggested" buttons visibility in plugin setup wizard.
JENKINS-76114
-
Try harder to release controller memory after using some JavaScript features.
JENKINS-16341
-
Fix number comparison in min/max form validator.
JENKINS-76002