-
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
[JENKINS-32340] Cannot enable disabled dependencies
Component/s | New: core [ 15593 ] | |
Component/s | Original: core [ 21134 ] | |
Key |
Original:
|
New:
|
Workflow | Original: classic default workflow [ 167950 ] | New: JNJira [ 167950 ] |
Project | Original: Infrastructure [ 10301 ] | New: Jenkins [ 10172 ] |
Assignee | Original: Tom FENNELLY [ tfennelly ] | New: Félix Belzunce Arcos [ fbelzunc ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
URL | New: https://github.com/jenkinsci/jenkins/pull/2002 | |
Description |
Original:
It's not possible to enable disabled dependencies that should not have been disabled in the first place. Steps to reproduce: {noformat} $ 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 {noformat} No warnings upon second startup, and JUnit plugin cannot be enabled through the UI |
New:
It's not possible to enable disabled dependencies that should not have been disabled in the first place. Steps to reproduce: {noformat} $ 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 {noformat} No warnings upon second startup, and JUnit plugin cannot be enabled through the UI |
Link |
New:
This issue is related to |
Priority | Original: Major [ 3 ] | New: Blocker [ 1 ] |
Labels | Original: lts-candidate | New: 2.0-planned lts-candidate |
Needs to be in 2.0 RC now that
JENKINS-21486will be in it as well.