Hello All,
I am new to Atlassian world . I am creating a new build plan . As part of the build plan, I am creating a "Source Code Checkout" Bamboo task. I am confused with the word Checkout . I want to know if this task would really checkout the branch for the build?.
Hi Venkat,
Yes. This task will checkout the branch you have set in the configuration.
Here is some documentation.
Edwin .Thank you so much for your reply.See the branching model attached.
I am planning to setup a build plan for all the code that is being pushed to Develop branch. If the branch is checked out during the build , that means I am not allowing developers to push their changes from their DEV_Feature branch to Develop Branch. I do not want to stop the developers from pushing their code. Please advice ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Venkat,
I would look into plan branches, DEV_feature-1,2 branches should also have their own builds triggered by commits and merges. Then you can automate and auto merge the code into Develop after successful builds in the feature branches or merge manually.
When you merge to Develop, it should trigger a build there as well .. then you can move to Release.
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.