-
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
-
[JENKINS-36583] plugin bundling broken
Link | New: This issue is related to JENKINS-36441 [ JENKINS-36441 ] |
Workflow | Original: JNJira [ 173303 ] | New: JNJira + In-Review [ 185052 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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