Redeemed1
Redeemed1

Reputation: 4030

Splitting a TeamCity server to two servers

I have a TeamCity system running with various Debug and Release build configurations backed by Templates which match the Debug and Release configurations as follows

I am considering separating the Dev and Release configurations onto two distinct servers to ensure that the Release configurations have a higher level of governance than the Dev configurations while allowing the Dev team to 'play' with the Dev build configurations.

I am not worried about the history on the Dev builds but I want to preserve the history on the Release builds. Therefore I want to copy the Dev build configurations out of the server and import them into a new server specifically for the Dev team.

The server configurations are backed by a Git repo so I have a copy I can work from

Can anyone provide guidance on how to do this please?

Upvotes: 0

Views: 68

Answers (1)

Redeemed1
Redeemed1

Reputation: 4030

I just found this SO question which pointed me in the direction of Projects Import which looks like a suitable approach for what I am trying to do.

However I want to move certain configurations from a project, not the entire project. If I can find anything further I will post the solution here.

Upvotes: 1

Related Questions