Enhancement
-
Remove support for WebSocket agents when running inside Jetty 9.
pull 7101
-
Align source code text and line numbers in views that render source code with the Prism plugin.
JENKINS-70805
-
Rework clouds management into multiple pages to better scale to a large numbers of clouds.
Users of EC2 Plugin should update it to version 2.0.7 or newer for compatibility.
JENKINS-70729
-
Developer: The experimental projectViewNested view has been removed without replacement.
JENKINS-70927
Bug fix
-
Show full width filter field for builds on pages less than 970 pixels wide.
JENKINS-71115
-
Do not write NUL values to XML files.
A technically illegal
#x0
(NUL) could be written to Jenkins XML files but could no longer be read.
Now the write will fail as well (regression in 2.398).
JENKINS-71139
-
Fix the warning icon in the workspaces temporary directory message.
JENKINS-71160
-
Do not display a list of page sections on the System page breadcrumb.
JENKINS-71152
-
Add padding to the right side of the full width side panel.
JENKINS-70115