Hello,
we are using 7.1.2 bamboo. We have 2 plans. One is specific for PR-s and another is specific to Branches. The issues it that. Develop branch, which is the default branch on bamboo, keeps building on changes on PR plan and therefor fails.
how can I stop the default branch build on the Pull request plan?
I would change default branch to something else, but technically I don't want to have default branch. I want the plan to run only when pull request is created and be disabled otherwise.
Disable the default branch. Disabling the default branch does not disable automatic branch detection and the branch build will still run.
What I meant is you go to Plan configuration, click Actions, click "Disable plan". This disables the 'default branch' but does not disable all the other branches.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.