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

Sort tags in git-parameter plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • git-parameter-plugin
    • None
    • Jenkins 2.170
      Git Parameter Plug-in 0.9.10

      Sort the tags for the git parameter plugin.
      For projects with many tags the current UI makes finding the right tag very difficult.

      Currently, no matter what sort mode I select, of the available five sort modes: None, Assending Smart, Descending Smart, Assenting or Descending I get the same semi-ordered list of tags:

      0.1.3-7
      0.1.3-8
      0.0.0-0
      0.1.3-8_Test_Build
      0.1.3-7_Test_Build
      

      Interestingly, if I add a tag similar to 0.1.3-8_Test_Build, it will sink to the bottom, and if I add one similar to 0.1.3-8, it will rise to the top - but both top and bottom sections are not sorted.

      It does not seem like the order is related to the tag creation order, but just in case it's interesting, the tags were added to the (Bitbucket) repository in the following order, to commits in the repository that progress naturally in time:

      1. 0.0.0-0
      2. 0.1.3-7_Test_Build
      3. 0.1.3-7
      4. 0.1.3-8_Test_Build
      5. 0.1.3-8

       

            klimas7 Boguslaw Klimas
            fsteff Flemming Steffensen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: