Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.346
Security
Enhancement
-
Remove SSH Plugin from setup wizard plugin selection.
JENKINS-68556
-
Allow running on Java 17 without
--enable-future-java
.
pull 6602
-
Show remote class loader statistics of agents with new table layout.
JENKINS-68591
-
Update bundled Script Security Plugin from 1.75 to v35f6a_0b_8207e
Update bundled WMI Windows Agents Plugin from 1.0 to 1.8.1
pull 6582, 2022-05-17 security advisory
Bug fix
-
Fix indistinguishable build scheduling icon when the job is already in-queue (regression in 2.321).
JENKINS-68303
-
Fix the position of the help button when it is not directly attached to an object (regression in 2.320).
JENKINS-68042
-
Restore actions icon size lookup (regression in 2.341).
JENKINS-68296
-
Fix a runtime error when viewing the build time trend on Java 17.
JENKINS-68215
-
Provide supporting infrastructure to enable Pipeline: Groovy to work around a metaspace memory leak for users running Pipeline jobs on Java 11.
pull 6597, JENKINS-63766, JDK-8231454 metaspace leak
-
Restore the frame color of the build progress bar of the executor widget.
pull 6607
-
Keep the Save and Apply buttons in front of menus (regression in 2.337).
JENKINS-68640
-
Fix WebSocket reconnection in edge cases.
Upgrade from Remoting 4.13 to 4.13.2.
pull 6576, JENKINS-68542, Remoting 4.13.2 changelog
-
Fix class attribute for Jenkins Symbols using
<l:icon … />
.
JENKINS-68630
Notable changes since 2.332.4
Major enhancement
-
Modernise form components and Jenkins UI.
JENKINS-67396, pull 6084, pull 6442, JENKINS-68293, pull 5743, JENKINS-68284, pull 6473, pull 6295, pull 6273, pull 6229, pull 6307, pull 5778, pull 6248, pull 5417, pull 6186
Major bug fix
Enhancement
Bug fix
-
Render the question mark on the new help button only once so that it is not shown twice, even while using different themes.
pull 6233
-
Wait for the computation to finish when triggering a new build while the build graph is being recomputed.
This guarantees that recently updated build triggers are executed.
JENKINS-67237