Enhancement
-
Introduce
hudson.triggers.SafeTimerTask.logsTargetDir
system property to write logs usually written to $JENKINS_HOME/logs
to another location.
JENKINS-50291
-
Update Executable War from 1.38 to 1.39 to remove an irrelevant warning on Jenkins startup.
JENKINS-50439
-
Internal: Minimize visibility of
readResolve
methods.
pull 2567
Bug fix
-
Make Cancel Shutdown link in side panel work without requiring the page to be reloaded.
JENKINS-44402
-
Prevent
f:combobox
input fields from breaking customized form submission handlers.
JENKINS-21613
-
Fix a race condition in the Setup Wizard that could lead to it being skipped on the first startup when groovy scripts or init scripts are pre-installed.
JENKINS-49401