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

          [JENKINS-23051] Support regular expression when filtering tags

          ngiger created issue -
          ngiger made changes -
          Assignee Original: Niklaus Giger [ niklaus_giger ] New: ngiger [ ngiger ]
          Boguslaw Klimas made changes -
          Assignee Original: ngiger [ ngiger ] New: Boguslaw Klimas [ klimas7 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 155373 ] New: JNJira + In-Review [ 179052 ]
          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".

          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".
          Boguslaw Klimas made changes -
          Resolution New: Won't Do [ 10001 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]

          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"?

          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"?
          igor knaz made changes -
          Resolution Original: Won't Do [ 10001 ]
          Status Original: Closed [ 6 ] New: Reopened [ 4 ]

          Omar added a comment -

          How come that such feature is not implemented?

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

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

              Created:
              Updated: