Hello
I have a git repo that I have hooked up to Bamboo. I am using GitFlow so i'll use their terminology here.
I have a master branch which is default. I'd like this not to be the case but I am not sure I can change the default branch.
When I commit to master I end up with two builds running on bamboo. See attachment. If I commit on any other branch I just get the correct one build running. Do you know why?
Thanks
- you can point the 'main' plan in Bamboo to whatever git branch you want.
- it seems that you have 'main' plan set to master and at the same time there's a Plan Branch set to master as well. Both do change detection and both build. Simply go to Plan configuration, scroll down to Branches, find the one called 'master' and disable it. (alternatively set your main plan to the branch you really want it to point to)
Thanks Marcin, I'd like to change my main plan to solve this. How can I do that? I havent seen how to change the default plan. THanks for your reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to plan configuration, click on Repositories tab. There should be a list of repositories, select the first one (probably that's the only one you have)
Simply set the Branch text box to correct value. Press save. You might want to run a manual build afterwards to test that your edit is correct and to make sure that Bamboo's change detection will correctly pick up changes from the new branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.