Share build with multiple pipelines

Answered

Hi,

 

Is it possible to have one build configuration (or pipeline) used by more than one repo?

 

For example, I have a build to build terraform configs and don't want to reproduce the same pipeline over and over.

 

Thanks

0
1 comment

While it could be possible, it would checkout all of the VCS Roots every time the build was run and would likely be very messy in the end. Instead, please have a look at Build Configuration Templates? This would be ideal if you have several identical, even similar, build configurations. It allows you to modify all the common settings all in one place and also create new build configurations with these settings. If you modify a template, it affects all the build configurations associated with that template.

https://www.jetbrains.com/help/teamcity/build-configuration-template.html

0

Please sign in to leave a comment.