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

"None" option should be first in "Source Code Management" dropdown

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

      The "None" option appears in the middle of the list of "Source Code Management" options which is sort of weird. It should be the top option, and the list of possible version control schemes should be listed below it.

      I tried fixing this myself in the source code but it looks like there's just too much magic going on - I tried grepping the source code for "Projectset" which is a word that shows up on screen but couldn't find any files related to CVS or non-abstract SCM classes.

          [JENKINS-23434] "None" option should be first in "Source Code Management" dropdown

          Daniel Beck added a comment -

          Will try to do this later today.

          Daniel Beck added a comment - Will try to do this later today.

          Code changed in jenkins
          User: Daniel Beck
          Path:
          core/src/main/java/hudson/scm/NullSCM.java
          http://jenkins-ci.org/commit/jenkins/c84d3484ddf8e5d2572f1e22b3b2fa09725433a1
          Log:
          [FIXED JENKINS-23434] Sort NullSCM first

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: core/src/main/java/hudson/scm/NullSCM.java http://jenkins-ci.org/commit/jenkins/c84d3484ddf8e5d2572f1e22b3b2fa09725433a1 Log: [FIXED JENKINS-23434] Sort NullSCM first

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          core/src/main/java/hudson/scm/NullSCM.java
          http://jenkins-ci.org/commit/jenkins/425fdaa0275814f25e2aecfde64194bae87f6af5
          Log:
          Merge pull request #1288 from daniel-beck/JENKINS-23434

          [FIXED JENKINS-23434] Sort NullSCM first

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/java/hudson/scm/NullSCM.java http://jenkins-ci.org/commit/jenkins/425fdaa0275814f25e2aecfde64194bae87f6af5 Log: Merge pull request #1288 from daniel-beck/ JENKINS-23434 [FIXED JENKINS-23434] Sort NullSCM first

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3474
          [FIXED JENKINS-23434] Sort NullSCM first (Revision c84d3484ddf8e5d2572f1e22b3b2fa09725433a1)

          Result = SUCCESS
          daniel-beck : c84d3484ddf8e5d2572f1e22b3b2fa09725433a1
          Files :

          • core/src/main/java/hudson/scm/NullSCM.java

          dogfood added a comment - Integrated in jenkins_main_trunk #3474 [FIXED JENKINS-23434] Sort NullSCM first (Revision c84d3484ddf8e5d2572f1e22b3b2fa09725433a1) Result = SUCCESS daniel-beck : c84d3484ddf8e5d2572f1e22b3b2fa09725433a1 Files : core/src/main/java/hudson/scm/NullSCM.java

            danielbeck Daniel Beck
            kevinburke Kevin Burke
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: