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

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

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

          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: