-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Discovered by danielbeck while investigating JENKINS-48604.
Reproduction
- Create a fresh instance of Jenkins 2.85 or older.
- Install script-security, and disable it.
- Upgrade Jenkins to 2.87+.
- Expected Result: command-launcher:1.0 should be installed, and script-security should be enabled. (Maybe a message should be shown to the user that says something like: "script-security has been enabled because of blah...")
- Actual Result: The user receives the following error:
Dec 19, 2017 7:32:33 PM hudson.PluginManager loadDetachedPlugins INFO: Upgraded Jenkins from version 2.84 to version 2.97-SNAPSHOT (private-12/18/2017 21:47 GMT-win2012-cba0b0$). Loaded detached plugins (and dependencies): [command-launcher.hpi] … Dec 19, 2017 7:32:33 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Loading plugin Command Agent Launcher Plugin v1.0 (command-launcher) java.io.IOException: Command Agent Launcher Plugin v1.0 failed to load. - Script Security Plugin is disabled. To fix, enable it.
- relates to
-
JENKINS-48604 Jenkins 2.96 downgrades script-security plugin on core update
- Resolved