Looking to upgrade?
Check the Upgrade Guide for assistance
Major bug fix
-
Make sure detached plugins (plugins whose functionality used to be part of Jenkins itself) are installed when upgrading Jenkins past the version at which the plugin was detached.
issue 48365
Bug fix
-
Make the system property
hudson.consoleTailKB
actually work.
issue 48593, Jenkins features controlled by system properties
-
Fix a performance regression in Jenkins 2.86 due to lock contention in
ExtensionList
.
issue 48505
-
Prevent setup wizard from hanging when the two provided passwords differ, instead show a validation error.
issue 48080
-
Prevent concurrent installation of Maven on the same node to prevent problems.
issue 34138
-
Prevent potential
NullPointerException
when migrating the default "All View" name for a "My Views" user property.
issue 48157
Enhancement
-
Cache permission names, allowing Jenkins to recover faster after "stop-the-world" Java GC pauses.
issue 48349
-
Improve user lookup performance, for example from Git changelog calculation.
issue 47429