Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I exclude building a plan when the commit message starts with "chore(release):"?

Brett Uglow January 18, 2017

I've tried setting the "Exclude Changeset" regex and nothing has worked:

chore(release)

chore\(release\)

^chore\(release\).*

^chore\(release\).*$

.*chore\(release\).*

(.*chore\(release\).*)

^((?!chore\(release\)).)*$

1 answer

1 accepted

1 vote
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 19, 2017

this regexp worked for me in Bamboo 5.14.4

^chore\(release\)(.)*
Brett Uglow January 19, 2017

It worked, but can you please explain why (.)* works but .* does not?

Brett Uglow January 19, 2017

The final regex that I'm using is:

^chore\(release\):(.)*

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events