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.
issue 21695
-
Setup wizard gets into bad state when failures like network issues happen.
issue 41778
-
Catch and log
RuntimeException
in Computer#setNode()
when updating the Computer list.
issue 42043
-
Fix AccessDeniedException in "Build after other projects are built" when user has Discover permission but not Read.
issue 42707
-
Prevent
NullPointerException
when a non-existent default view is specified in Configure System.
issue 42717
-
Properly handle saving system configuration when disabling all, or all but one, administrative monitors.
issue 42852
-
Remove links in stack traces to the stacktrace.jenkins-ci.org service that has been shut down.
issue 42861
-
Ensure that
Cloud.PROVISION
is properly initialized during the configuration loading.
issue 43279
-
Prevent rare
NullPointerException
if an admin user is created in the setup wizard after first disabling CSRF protection.
issue 44010
Enhancement
-
Migrate legacy users only once per restart to improve performance of the user retrieval logic.
issue 43936