Scenario : Master got new commits merged from INT however hotfix branch which was created long back has old master commits ( excluding the new master commits came from INT ) So if we merge or delete the hot fix branch and still the bamboo plan consider those commits which came from int as new commits and takes those files. So is there a way to make bamboo to just get those commits but not to consider in the build.
If you delete the source repository branch, Bamboo will not run a build for it but It will disable its related plan branch.
If you want to merge it to master and not have a build triggered for it, you can:
.*\[skip\].*
Please let us know if that is what you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.