I'm unsure if this is a bug with Bamboo 6.7.1 or if it's an issue in my configuration.
We have a mono repo setup and want to trigger changes on a particular directory. Our repository is added to our bamboo project with "Change detection options"'s "Include only changes that match" a regex of this
^autoscale\/.*
This seems to work correctly for when code is committed to the master branch but individual branches will always build even for this project when there are changes to the other directories that don't match that regex.
Under Branches, we create a plan branch when a pull request is created and the trigger is set to "Branch triggers: Same as defined in the parent plan". I think this configuration is the culprit.
How do I configure this to only build master and all other branches ONLY when a change detected matches my regex?
Hi Jack,
I wonder if you are running into this issue: https://jira.atlassian.com/browse/BAM-13977
Where by, the act of automatically creating a new branch starts a build regardless if the changes are in the expected directory or not.
It also looks like that issue is sending people over to this one:
https://jira.atlassian.com/browse/BAM-12944
So you might want to vote/comment on there.
I hope that helps.
-James
That's it. Thank you very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.