• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core

      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

          [JENKINS-32340] Cannot enable disabled dependencies

          Daniel Beck added a comment -

          Needs to be in 2.0 RC now that JENKINS-21486 will be in it as well.

          Daniel Beck added a comment - Needs to be in 2.0 RC now that JENKINS-21486 will be in it as well.

          from fbelzunc See https://github.com/jenkinsci/jenkins/pull/2229 - It looks like the issue got fixed by Vincent PR

          Spike Washburn added a comment - from fbelzunc See https://github.com/jenkinsci/jenkins/pull/2229 - It looks like the issue got fixed by Vincent PR

          Daniel Beck added a comment -

          Not for 2.0, and probably not for 2.1 if 2072 gets reinstated.

          Daniel Beck added a comment - Not for 2.0, and probably not for 2.1 if 2072 gets reinstated.

          Code changed in jenkins
          User: Felix Belzunce Arcos
          Path:
          core/src/main/java/hudson/PluginWrapper.java
          core/src/main/resources/hudson/PluginManager/_table.js
          core/src/main/resources/hudson/PluginManager/installed.jelly
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/28335690e0b2535cdd76cc778ffdc45a5c4f67ac
          Log:
          JENKINS-32340 Enable disabled dependencies

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Felix Belzunce Arcos Path: core/src/main/java/hudson/PluginWrapper.java core/src/main/resources/hudson/PluginManager/_table.js core/src/main/resources/hudson/PluginManager/installed.jelly war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/28335690e0b2535cdd76cc778ffdc45a5c4f67ac Log: JENKINS-32340 Enable disabled dependencies

          Code changed in jenkins
          User: Daniel Beck
          Path:
          core/src/main/resources/hudson/PluginManager/_table.js
          core/src/main/resources/hudson/PluginManager/installed.jelly
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/59f066462ce16585b0acfa0511e2358306f92805
          Log:
          Merge pull request #2229 from fbelzunc/JENKINS-32340-v2

          JENKINS-32340 Enable disabled dependencies

          Compare: https://github.com/jenkinsci/jenkins/compare/bc1c2cab162f...59f066462ce1

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: core/src/main/resources/hudson/PluginManager/_table.js core/src/main/resources/hudson/PluginManager/installed.jelly war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/59f066462ce16585b0acfa0511e2358306f92805 Log: Merge pull request #2229 from fbelzunc/ JENKINS-32340 -v2 JENKINS-32340 Enable disabled dependencies Compare: https://github.com/jenkinsci/jenkins/compare/bc1c2cab162f...59f066462ce1

          Code changed in jenkins
          User: Felix Belzunce Arcos
          Path:
          core/src/main/java/hudson/PluginWrapper.java
          core/src/main/resources/hudson/PluginManager/_table.js
          core/src/main/resources/hudson/PluginManager/installed.jelly
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/1c416b89edf733962147b2eb45a4ce8824dc454e
          Log:
          JENKINS-32340 Enable disabled dependencies

          (cherry picked from commit 28335690e0b2535cdd76cc778ffdc45a5c4f67ac)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Felix Belzunce Arcos Path: core/src/main/java/hudson/PluginWrapper.java core/src/main/resources/hudson/PluginManager/_table.js core/src/main/resources/hudson/PluginManager/installed.jelly war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/1c416b89edf733962147b2eb45a4ce8824dc454e Log: JENKINS-32340 Enable disabled dependencies (cherry picked from commit 28335690e0b2535cdd76cc778ffdc45a5c4f67ac)

            fbelzunc FĂ©lix Belzunce Arcos
            danielbeck Daniel Beck
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: