Looking to upgrade?
Check the Upgrade Guide for assistance
Enhancement
Bug fix
-
Add documentation for time zone specification for cron patterns (e.g. SCM polling).
JENKINS-9283
-
Do not submit form when pressing Enter in the plugin manager's filter field.
JENKINS-44523
-
Jenkins failed to perform some cleanup tasks, including saving the build queue, if stopped via REST /exit, CLI shutdown, or when restarting from Install as Windows Service.
JENKINS-44589
-
Don't check whether disabled administrative monitors are active or not on the Manage Jenkins page.
JENKINS-44608
-
When starting the
jenkins.war
directly, properly check for Java 8 as minimum instead of Java 7 before proceeding.
JENKINS-44764
-
Prevent
NullPointerException
when calling restart
CLI command. (regression in 2.57)
JENKINS-44769
-
Prevent possible
NullPointerException
when listing remote directories using the FilePath#list()
and FilePath#listDirectories()
APIs.
JENKINS-44942