-
Bug
-
Resolution: Fixed
-
Major
-
None
-
jenkins 2.7.1
bundling plugins in a war as documented overwrites any upgraded plugin with an old plugin on restart .
As plugin bundling was a way to produce a war for distribution with default plugins the removal of this feature breaks a documented use case.
- is related to
-
JENKINS-36441 Provide an engine for plugin bundling in the Jenkins2 core
-
- Open
-
Yes, it overrides updated plugins on startup: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/PluginManager.java#L926-L...
teilo If you want to fix it, there is a ready code in https://github.com/jenkinsci/jenkins/pull/2436/ for JENKINS-36441. Actually hit the same issue. We just need to decouple it to a separate PR