Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have a file in my Bitbucket repository used to track database changes that need to be made over time. Some of our users update this file when they alter stored procedures or other items not related to functional changes in java code. When they push their changes it is triggering a bamboo build (we are polling the repository for any changes).
Thus I believe I would like to 'exclude' or prevent Bamboo from being triggered if this single file is changed. Should I be looking for a feature in Bamboo on Demand Cloud to control this or Bitbucket On Demand cloud?
This can be achieved via the advanced option Include/Exclude Files when you Configure a Bitbucket source repository in Bamboo:
Allows you to specify the files that Bamboo should, or should not, use to detect changes.
Enter into File Pattern a regular expression to match the files that Bamboo includes or excludes. The regex pattern must match the file path in the repository. See sub page for examples.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.