-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.136, Mac OS X High Sierra (10.13.6) Java 1.8.0_171
Run using java -jar
-
-
Jenkins 2.140
If the new CLI enable-plugin option is invoked with the -restart option, it will restart Jenkins even if no plugins are enabled. If no plugins are enabled as the result of this command then there should not be a restart.
To reproduce, disable the gradle plugin in the UI. Then the first iteration of this command: java -jar jenkins-cli.jar -s http://localhost:8080/ -auth user:token enable-plugin gradle -restart. will report:
Enabling plugin `gradle' (1.28)
Plugin `gradle' was enabled.
If you execute the command again, there will be no output as the plugin was already enabled. However, Jenkins will still be restarted.
[JENKINS-52950] CLI enable-plugin -restart restarts even if no plugins are enabled
Assignee | New: Matt Sicker [ jvz ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Released As | New: Jenkins 2.140 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
jvz FYI