Major bug fix
-
Jenkins did not use the configured proxy credentials for authentication unless they were saved since Jenkins was started. (regression in 2.152)
JENKINS-54903
Enhancement
-
The
list-jobs
no longer lists items recursively when listing a specific folder.
JENKINS-48220
-
Replace deprecated Warnings and Checkstyle plugins with Warnings Next Generation Plugin in installation wizard.
pull 3857
-
Do not print a warning about a changed workspace location on every startup when using the system property
jenkins.model.Jenkins.workspacesDir
.
JENKINS-53284
-
Internal: Optimization in the method to read a remote file as text.
pull 3862
-
Internal: Add
smoke-test
JUnit category. To only run these tests, mvn -P smoke-test
.
JENKINS-53935