We integrate into the `develop` branch, and release to the `master` branch.
I have a build plan to run basic tests against the `develop` branch, and another build plan for when we release with the `master` branch.
Do I need to define 2 separate repositories (not plan repos, but top level repos, in my case, same repo with different branches defined), so that the develop tests will be done against the develop branch?
I think this documentation might be handy:
https://confluence.atlassian.com/display/BAMBOO/Using+plan+branches
https://www.atlassian.com/continuous-delivery/building-feature-branches-with-bamboo
You have two build plans, one for develop and one for master? So why not extend the existing develop plan to run the extra tests?
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.