Major enhancement
Bug fix
-
Prevent
NullPointerException
on restart with an undefined update site URL.
JENKINS-31448
-
Fix problems with update center metadata signature check on Java 11.
JENKINS-53710
-
The initial visibility of nested groups of radio buttons did not accurately reflect the current values.
JENKINS-48516
-
Developer:
ConsoleAnnotatorFactory
mishandled its type parameter, effectively forcing all implementations to use Object
or raw types.
pull 3662
Enhancement
-
New
JENKINS_USER_ID
and JENKINS_API_TOKEN
environment variables can be used to configure the CLI authentication.
JENKINS-53792
-
Minor improvements to reduce minimum memory footprint for Jenkins, especially around update center & plugin metadata.
pull 3654
-
Developer: Add overridable
Queue.Task#getAffinityKey()
to allow consistent hashing for Pipeline builds in the future.
JENKINS-36547
-
Internal: Update META-INF/services generator from 1.4 to 1.8 to fix compilation on JDK 10+.
JENKINS-52024, META-INF/services generator
-
Internal: Update Parent POM to 1.49 to make the build flow compatible with Java 11.
Parent POM changelog