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

Tag match filter shows more entries than direct command (git tag -l "$tagFilter")

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • git-parameter-plugin
    • None
    • OS: Ubuntu 16.04.5 LTS
      Jenkins version: 2.150.1
      Git parameter plugin: 0.9.6
      git command line version: 2.7.4

      The help documentation indicates that tag filtering should behave like:
           git tag -l "$tagFilter"

      However, we see different tag lists for the command line git filter versus the plugin filter.

      Example:

      • Git Command:      git tag -l "MTRS-MBP-*"
        • Returns (truncated):
          MTRS-MBP-v02.02.00.RRC05
      • Plugin Filter:         MTRS-MBP-*
        • Returns (truncated):
          MTRS-MBP-v02.02.00.RRC05
          release/MTRS-MBP-v00.03.01.int.1.0.0.2_armhf

      The plugin appears to behave as though "*MTRS-MBP-*" is implied.
      Yet, we have other entries, like "CDR_MTRS-MBP-v01.00.00_Demo", that the plugin does not show.

      The expectation here is that the behavior of the filter follows the stated 'git tag -l' behavior.

       

            klimas7 Boguslaw Klimas
            kbowen Kevin Bowen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: