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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like to exclude a folder entirely from the build trigger.
folder structure
rootfolder
mx.folder.a
mx.folder.b
I would like to exclude mx.folder.b and it's sub folders/files from the build trigger.
How do I do it?
Hi @caner_saritac ,
As of now, there is no such option to exclude a folder from triggering a build.
This is because a new notification is sent from bitbucket server to Bamboo whenever new change is performed in the repository. We should be able to see something like this in atlassian-bamboo.log:
POST <BAMBOO_URL>/rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event
One way we can do is by using Exclude changesets option (that you can find under the respective linked repository definition). You will have to introduce some special message in the respective commit message to differentiate a branch. This way, the commit messages with the regular expression you have added in this section will be excluded.
Hope that helps.
Cheers,
Jey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.