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
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.