Closed sja closed 10 years ago
Adding the regex to refs
should be enough, I think:
refs:
- 'refs/heads/feature_(.*)'
Perhaps you've already seen http://jenkins-autojobs.readthedocs.org/en/latest/git.html#config-file ?
Oh, ok. I saw the config file (which was my template to create one), but I thought that every ref, which isn't mapped by the refs: ...
will be used with the defaults. I'll try your approach in some minutes... meanwhile writing another issue :-)
Works, thank you!
I want to create jobs for all of
refs/heads/feature_*
. How can I achieve it? I tried a negatvie regex in the ignore list, but that did not work:'^refs/heads/(^feature_).*$'