Enhancement
-
Add a new CLI command
disable-plugin
to disable one ore more installed plugins and optionally restart Jenkins.
JENKINS-27177
-
Add new category Languages to the plugin wizard, which automatically installs available localization plugins based on browser language.
pull 3626
-
Update Windows Agent Installer from 1.9.2 to 1.9.3 to reduce remote class loading when not actually using Windows.
pull 3723, Windows Agent Installer changelog
Bug fix
-
Avoid
Premature EOF
error when using the shutdown
CLI command.
JENKINS-49196
-
Prevent
Stream is closed
error in case a CLI command finishes before the input is entirely read.
JENKINS-54310