You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We have a repo of many projects. To get around the issue of building all of our bamboo projects on each commit, under Plan Configuration > Repositories we configured our repository's Change detection options to Include only changes that matches the following pattern to the regex ^mycompany\.myproject\/*
This should now only build projects when code changes are applied to mycompany.myproject/ directory which seems to work for our master branch.
Under Plan Configuration > Branches, we set Automatic branch management to New Branches: Create plan branches for all new branches. This was so our feature branches would cause a build when the change was detected.
This should only be the case when that pattern is met but we noticed that every time we push a feature branch of code that is not in mycompany.myproject/ our bamboo projects get built. Is this a bug with the 5.x series or is this an issue with our configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.