Build plan and linked repository for different build environment

Aakash Basnet March 31, 2015

I am thinking of creating a three different build plan for three different environment like Sys, Int and Prod.Do I have to create a different repositories for each build plan to linked with? or Can I go with single repository for each build plan? My core intent is to get idea on how to perform continuous integration build for different environment. Or only single build plan and single repository is sufficient to carry out build for each environment if so how?

Please suggest me how to carry out the build plan?

Thank you

1 answer

0 votes
dericleeyy April 13, 2015

You can use the same linked repository for different build plans. There isn't a need to create multiple instance of the same repository if the different build plans are using the same code.

Looking at this, you can have a single build plan and multiple deployment deployment environment. The build plan is responsible for compilation and testing of the project. The deployment environment is responsible of transferring the artifacts to the environment and starting up the application.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events