Major bug fix
-
Prevent a form validation "404 Not Found" error when the resource root URL configuration points at a previously configured resource root URL (regression in 2.205).
JENKINS-62133
-
Make Breadcrumbs displayed after notification alerts clickable again.
JENKINS-62065
Enhancement
-
Allow system read to view more admin monitors.
JENKINS-61208
-
Limit the number of exceptions thrown by some operations such as recursive directory deletion.
Previously, in rare cases, exceptions thrown when failing to delete large directories could consume significant amounts of memory.
JENKINS-61841
-
Indicate which component provides an URL that is always available without authentication in the global security configuration.
pull 4668
-
Developer: Add
nogrid
option to layout.jelly
tag to allow suppressing the bootstrap 3 grid.
See bootstrap4-api-plugin for details.
JENKINS-61326
-
Developer: Update javax.mail to jakarta.mail 1.6.5.
pull 4660
-
Internal: Remove inline resources from ReverseProxySetupMonitor view.
Add a specific warning when the Jenkins Root URL does not contain the contextPath.
JENKINS-60866
-
Internal: Remove inline resources from LogRecorder views.
Align the column headers of bigtables to the left
JENKINS-60866
Bug fix
-
Fix a classloading issue while executing
ProcessTree.get()
.
JENKINS-62006
-
Developer: Make it possible to look up extension implementations from more than one specific extension point at a time.
JENKINS-62056