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.
JENKINS-48365
Bug fix
-
Make the system property
hudson.consoleTailKB
actually work.
JENKINS-48593, Jenkins features controlled by system properties
-
Fix a performance regression in Jenkins 2.86 due to lock contention in
ExtensionList
.
JENKINS-48505
-
Prevent setup wizard from hanging when the two provided passwords differ, instead show a validation error.
JENKINS-48080
-
Prevent concurrent installation of Maven on the same node to prevent problems.
JENKINS-34138
-
Prevent potential
NullPointerException
when migrating the default "All View" name for a "My Views" user property.
JENKINS-48157
Enhancement
-
Cache permission names, allowing Jenkins to recover faster after "stop-the-world" Java GC pauses.
JENKINS-48349
-
Improve user lookup performance, for example from Git changelog calculation.
JENKINS-47429