JENKINS-73658 Support regex for tag filter#130
JENKINS-73658 Support regex for tag filter#130camjcorley wants to merge 5 commits intojenkinsci:masterfrom
Conversation
|
Let me know if you have any feedback or would like this implemented differently. Thanks! |
|
@jenkinsadmin @MarkEWaite sorry for the direct ping, this PR has been open for a few months now and I'm hoping to get a review. My team relies on this modification and it would be great to get it into the plugin repository to simplify upgrades to our jenkins instance. Thanks! |
Looks like a Windows test is failing after I synced my branch with master, possibly due to an Azure outage I see on the jenkinsci jenkins? |
MarkEWaite
left a comment
There was a problem hiding this comment.
I would very much like to have one or more tests that confirm the added functionality is working as expected. I'd also like to have additional text added to the README file that describes the added functionality.
This PR adds logic to allow for a regex filter to be used for the tagFilter. The changes include:
Testing done
In a local instance of Jenkins, installed the plugin and ensured the following patterns functioned as desired:
Submitter checklist