Enhancement
-
Pipeline builds could not be started if the Authorize Project plugin was configured to associate the build with a user to whom the authorization strategy was configured to deny Agent/Build permission on the built-in node.
JENKINS-46652
-
Reduce memory footprint of
jenkins.model.lazy.AbstractLazyLoadRunMap#search
in descending order.
JENKINS-50056
-
Update Executable War from 1.37 to 1.38 to show an error when an attempt is made to run Jenkins on Java 9.
JENKINS-49737, full changelog
-
Developer: Introduce
hudson.util.TextFile#linesStream
for file stream processing with proper error propagation.
pull 3211, pull 3340
-
Internal: Choose more mnemonic
artifactId
s for modules not consumed externally.
pull 3311
Major bug fix
-
Display estimated remaining time again for Pipeline jobs (regression in 2.92).
JENKINS-48821
Bug fix
-
Revert update of PrototypeJS in 2.110 due to regression.
JENKINS-49968
-
Do not show an error message when renaming an item before changing the name.
JENKINS-49906
-
Improve robustness in case a build with parameters was stored with a
null
list of parameters.
JENKINS-39495
-
Setup wizard did not properly display form validation errors in "Create First Admin User" form.
JENKINS-45387
-
Prevent
FileNotFoundException
in hudson.Util#loadFile
in case of race condition.
JENKINS-49971
-
Ignore misplaced config.xml file directly in
users/
directory.
JENKINS-32599