Looking to upgrade?
Check the Upgrade Guide for assistance
Bug fix
-
If an exception is thrown while rendering an HTTP response, just log the stack trace on the server side, without trying to send an error page to the client.
JENKINS-21695
-
Setup wizard gets into bad state when failures like network issues happen.
JENKINS-41778
-
Catch and log
RuntimeException
in Computer#setNode()
when updating the Computer list.
JENKINS-42043
-
Fix AccessDeniedException in "Build after other projects are built" when user has Discover permission but not Read.
JENKINS-42707
-
Prevent
NullPointerException
when a non-existent default view is specified in Configure System.
JENKINS-42717
-
Properly handle saving system configuration when disabling all, or all but one, administrative monitors.
JENKINS-42852
-
Remove links in stack traces to the stacktrace.jenkins-ci.org service that has been shut down.
JENKINS-42861
-
Ensure that
Cloud.PROVISION
is properly initialized during the configuration loading.
JENKINS-43279
-
Prevent rare
NullPointerException
if an admin user is created in the setup wizard after first disabling CSRF protection.
JENKINS-44010
Enhancement
-
Migrate legacy users only once per restart to improve performance of the user retrieval logic.
JENKINS-43936