Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
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
Attachments
Issue Links
- 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
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | core [ 15593 ] | |
Component/s | core [ 21134 ] | |
Key |
|
|
Workflow | classic default workflow [ 167950 ] | JNJira [ 167950 ] |
Project | Infrastructure [ 10301 ] | Jenkins [ 10172 ] |
Assignee | Tom FENNELLY [ tfennelly ] | Félix Belzunce Arcos [ fbelzunc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
URL | https://github.com/jenkinsci/jenkins/pull/2002 | |
Description |
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 |
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 |
This issue is related to |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Labels | lts-candidate | 2.0-planned lts-candidate |
Labels | 2.0-planned lts-candidate | lts-candidate |
Priority | Blocker [ 1 ] | Major [ 3 ] |
Link |
This issue is related to |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Labels | lts-candidate | 1.651.3-rejected lts-candidate |
Labels | 1.651.3-rejected lts-candidate | 1.651.3-fixed |
Workflow | JNJira [ 167951 ] | JNJira + In-Review [ 198317 ] |
Remote Link | This issue links to "CloudBees Internal OSS-444 (Web Link)" [ 18891 ] |
Needs to be in 2.0 RC now that
JENKINS-21486will be in it as well.