Enhancement
Bug fix
-
Create-item button is no longer disabled when a duplicate name is present.
JENKINS-73007
-
Fix the appearance of badges.
pull 9155
-
After reconfiguring a static inbound agent in the GUI using fields such as WebSocket, deprecated in 2.440.x, the suggested launch instructions would incorrectly include
tunnel
(with no argument) even if that field had been left blank.
JENKINS-73011
-
Fix the
WorkspaceCleanupThread
to consider workspaces with suffixes even if the original is nonexistent.
Reduce the number of remoting calls made by WorkspaceCleanupThread
.
JENKINS-65829
-
If the
variant
plugin is installed at the same time as a plugin that has an OptionalExtension
, these extensions would not be correctly discovered until the next scan for new Extensions
.
JENKINS-72998
-
Installed plugin view no longer jumps during first load.
JENKINS-69588