-
Bug
-
Resolution: Fixed
-
Critical
The plugin manager is supposed to install detached plugins if you upgrade from a version which previously had their functionality as part of core to a version which now has it detached. This is not working for some reason and we need to investigate why.
Steps to reproduce:
Install 2.84
Pass setup wizard installing no plugins.
Update to 2.93 for same home
Expected:
Update installs command-launcher plugin (plus deps as needed)
Actual:
No plugins installed
- depends on
-
JENKINS-48604 Jenkins 2.96 downgrades script-security plugin on core update
-
- Resolved
-
- relates to
-
JENKINS-48604 Jenkins 2.96 downgrades script-security plugin on core update
-
- Resolved
-
-
JENKINS-48899 Jenkins downgrades detached plugins on upgrade
-
- Resolved
-
- links to
Possibly related to this apparent bug. I think we have no test coverage for this kind of upgrade scenario because AFAIK JenkinsRule cannot express it.