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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.