Enhancement
-
Add a new ExtensionPoint to receive events from CLI executions.
Move logs from CLICommand to a new default listener.
Command implementations using CLIMethod now log under the same conditions as CLICommand.
JENKINS-75378
-
Developer:
NodeListener#onUpdated
now gets called when Jenkins#updateNode
is called.
pull 10397
Bug fix
-
Fix
enableTopButton
to insert entry at the top in an f:repeatable
.
JENKINS-75464
-
Prevent NPE when adapting a keyboard shortcut based on the User-Agent header.
pull 10413