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

Support regular expression when filtering tags

    XMLWordPrintable

Details

    Description

      It should be possible to use a regular expression for filtering tags to e.g. to select all alpha or beta releases.

      Attachments

        Activity

          ngiger ngiger created issue -
          ngiger ngiger made changes -
          Field Original Value New Value
          Assignee Niklaus Giger [ niklaus_giger ] ngiger [ ngiger ]
          klimas7 Boguslaw Klimas made changes -
          Assignee ngiger [ ngiger ] Boguslaw Klimas [ klimas7 ]
          rtyler R. Tyler Croy made changes -
          Workflow JNJira [ 155373 ] JNJira + In-Review [ 179052 ]
          ymougenel ymougenel made changes -
          Comment [ Hello, it seems to me that filtering with regular expressions is already working for both tags and branches.

          Should this issue be closed? (and the TODO list updated) ]

          Can use Quick Filter
          Tag filter:

          This parameter is used to get tag from git.
          If is blank, parameter is set to "*".
          Properly is executed command: git tag -l "*" or git tag -l "$tagFilter".

          klimas7 Boguslaw Klimas added a comment - Can use Quick Filter Tag filter: This parameter is used to get tag from git. If is blank, parameter is set to "*". Properly is executed command: git tag -l "*" or git tag -l "$tagFilter".
          klimas7 Boguslaw Klimas made changes -
          Resolution Won't Do [ 10001 ]
          Status Open [ 1 ] Closed [ 6 ]
          knazigor igor knaz added a comment -

          Can we use semver regexp, for example, (0|[1-9]\d)\.(0|[1-9]\d{})\.(0|[1-9]\d*) instead "$tagfilter"?

          knazigor igor knaz added a comment - Can we use semver regexp, for example, (0| [1-9] \d ) \. (0| [1-9] \d{ } ) \. (0| [1-9] \d *) instead "$tagfilter"?
          knazigor igor knaz made changes -
          Resolution Won't Do [ 10001 ]
          Status Closed [ 6 ] Reopened [ 4 ]
          omaratros Omar added a comment -

          How come that such feature is not implemented?

          omaratros Omar added a comment - How come that such feature is not implemented?

          People

            klimas7 Boguslaw Klimas
            ngiger ngiger
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: