In tags pipeline
using this pattern `*-rc` will trigger the pipeline for every tag that has "-rc" on it
but how about excluding it?
like this `!*-rc*` or `*.[^-rc]` - these patterns are not working
with this pattern I want to build a tag without "-rc" name on it.
Hi Michael,
Currently, Pipelines does not support exclude patterns. You'll need to use inclusive rules, or do an additional check at the start of the pipeline execution.
You can open a feature request to add exclusion path support here: https://jira.atlassian.com/secure/CreateIssue!default.jspa
Thanks,
Phil
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.