-
Improvement
-
Resolution: Won't Fix
-
Minor
For usability of include/exclude patterns for branch names in multi-branch pipelines we would like to use ant globs.
You should be able to specify multiple ant globs if the patterns are comma separated.
This is in support of the Blue Ocean story JENKINS-35790.
- blocks
-
JENKINS-35790 Developer wants to change some pipeline settings
-
- Resolved
-
as I understand it the current matching is regex based.
Ant globs: https://confluence.atlassian.com/display/FISHEYE015/5.+Antglob+Reference+Guide (I haven't heard them called that myself, but it is what atlassian calls them).
I believe a translation from globs -> regex should be possible (and possibly not needed in those plugins, where it would be repeated).