-
Bug
-
Resolution: Unresolved
-
Major
-
None
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
Assignee | Original: Niklaus Giger [ niklaus_giger ] | New: ngiger [ ngiger ] |
Assignee | Original: ngiger [ ngiger ] | New: Boguslaw Klimas [ klimas7 ] |
Workflow | Original: JNJira [ 155373 ] | New: JNJira + In-Review [ 179052 ] |
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) ] |
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Won't Do [ 10001 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
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".