Designing a Teamcity pipeline with 2 VCS root

Hi,

I am using TeamCity 2019.2 . I want to design a Teamcity pipeline with 2 VCS root and build steps to take VCS root and checkout directory as parameter . First 4 steps of build directory will checkout first VCS root and create checkout directory in TeamCity agent with Feature name . Next 4 build steps will work on second VCS root and create checkout directory in TeamCity agent with passed value .

Thanks in advance 

0
1 comment
Hi Aman,

You can easily create two build configurations and set up the required dependencies between them as described here:
https://www.jetbrains.com/help/teamcity/2023.11/configuring-dependencies.html. This will create a build chain (or a build pipeline).

And you can use build parameters to exchange simple data between configurations of a build chain as described here: https://www.jetbrains.com/help/teamcity/2023.11/use-parameters-in-build-chains.html.

Please let me know if you have additional questions.

Best regards,
Anton
0

Please sign in to leave a comment.