Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-33767

"Upgrading" is proposed even to fresh v2 installs

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      As discussed in https://issues.jenkins-ci.org/browse/JENKINS-33557?focusedCommentId=251657&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-251657 and confirmed in the next comment, there's indeed a bug with 2.x :

      Welcome to Jenkins v2! Click here to install the rest of v2 functionalities and finish the upgrade process

      is displayed even for totally fresh instance.

      To reproduce easily with a locally built/downloaded jenkins.war:

      docker run -v $PWD/jenkins.war:/jenkins.war:ro -p 10000:8080 -it java:7 java -jar /jenkins.war

          [JENKINS-33767] "Upgrading" is proposed even to fresh v2 installs

          Daniel Beck added a comment -

          Daniel Beck added a comment - Being fixed in https://github.com/jenkinsci/jenkins/pull/2166

          Code changed in jenkins
          User: Kohsuke Kawaguchi
          Path:
          core/src/main/java/jenkins/install/UpgradeWizard.java
          test/src/test/java/jenkins/install/UpgradeWizardTest.java
          http://jenkins-ci.org/commit/jenkins/d3666a1714f6525928f14f63859ea77fda55db49
          Log:
          Merge pull request #2166 from jenkinsci/upgrade-wizard

          [FIX JENKINS-33767] Only show the upgrade banner when Jenkins is in charge

          Compare: https://github.com/jenkinsci/jenkins/compare/0de30681c876...d3666a1714f6

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: core/src/main/java/jenkins/install/UpgradeWizard.java test/src/test/java/jenkins/install/UpgradeWizardTest.java http://jenkins-ci.org/commit/jenkins/d3666a1714f6525928f14f63859ea77fda55db49 Log: Merge pull request #2166 from jenkinsci/upgrade-wizard [FIX JENKINS-33767] Only show the upgrade banner when Jenkins is in charge Compare: https://github.com/jenkinsci/jenkins/compare/0de30681c876...d3666a1714f6

            Unassigned Unassigned
            batmat Baptiste Mathus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: