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
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.
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.