-
Bug
-
Resolution: Fixed
-
Major
It's not possible to enable disabled dependencies that should not have been disabled in the first place.
Steps to reproduce:
$ export JAVA_HOME=$HOME/DisabledDependencyHome $ java -jar jenkins.war ^C $ touch $JENKINS_HOME/plugins/{junit,matrix-project,maven-plugin}.jpi.disabled $ java -jar jenkins.war
No warnings upon second startup, and JUnit plugin cannot be enabled through the UI
- is related to
-
JENKINS-34494 Enable disabled (transitive) dependencies when installing a new plugin
- Resolved
-
JENKINS-32580 Plugin enable/disable information and dependencies are broken
- Resolved
- links to