Enhancement
-
Upgrade Remoting from 3.12 to 3.13.
JENKINS-47132, JENKINS-38711, full changelog
-
Restart agent communication related threads on both controller and agents when encountering an unhandled exception, if possible, to improve stability.
JENKINS-38711
-
Improve performance by not querying queue dispatchers from the UI.
JENKINS-20046
-
Use node display name when printing "built on" message in the build log.
JENKINS-47168
-
Enable
cc.xml
to export jobs in folders recursively when accessed with a query parameter named recursive
.
JENKINS-36282
-
Add new administrative monitor warning users about disabled CSRF protection.
JENKINS-47372
-
Developer: Make
Xstream2#addCriticalField
available for use in plugins.
pull 3066
Bug fix
-
In rare configurations, agents tried to load unloadable classes from the controller, resulting in
ClassNotFoundException: javax.servlet.ServletContextListener
on agents.
JENKINS-46386
-
Jenkins did not correctly show parts of pipeline builds in side panel widgets if the current view is configured to filter their content.
JENKINS-46759