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

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