Enhancement
-
Allow a plugin to dynamically insert a JAR file into its classpath.
JENKINS-66563
-
Remove the
--daemon
argument from Jenkins command line arguments. Replace Akuma library from Jenkins core with simpler implementations using ProcessTree
capabilities
pull 5561
Bug fix
-
Allow Jenkins to start when the JCasC configuration defines view-related permissions (regression in 2.302).
JENKINS-66470
-
Correction of Label expression including a "implies" relationship without spaces around.
JENKINS-66613
-
WebSocket connections now work when the Jenkins controller is running Java 11 and using self-terminated TLS.
JENKINS-61212