Enhancement
-
Moved agent port and protocol configuration out of "security" (authentication and authorization) block in Configure Global Security.
JENKINS-4478
-
Add section headers for Markup Formatter and CSRF Protection in Configure Global Security form to make these options more obvious.
pull 2900
-
Use one-column layout for REST API documentation (.../api URLs).
JENKINS-44563
-
Plugin Development: Jenkins now no longer publishes a
war-for-test
artifact. Plugins using this or a later version of Jenkins as baseline need to use plugin parent POM 2.30 or later.
JENKINS-24064
Bug fix
-
Update jnr-posix from 3.0.1 to 3.0.41 to pick up improvements and fixes in the POSIX platforms support.
pull 2904
-
Jenkins failed to perform some cleanup tasks, including saving the build queue, if stopped via REST /exit, CLI shutdown, or when restarting from Install as Windows Service.
JENKINS-44589
-
Don't check whether disabled administrative monitors are active or not on the Manage Jenkins page.
JENKINS-44608
-
Do not submit form when pressing Enter in the plugin manager's filter field.
JENKINS-44523