In TeamCity you can setup a build configuration template, and create configurations according to that template. Is there a way to export this template to store it in a source control system for example, so that if you need to re-install TeamCity from scratch, you can just import the templates instead of having to re-create them manually?
Asked
Active
Viewed 4,268 times
1 Answers
0
If you run TeamCity on Windows and want to use Git to source control your configuration, you can use this Windows service I wrote which monitors the config folder for changes and commits them to git. The project is on GitHub: https://github.com/grenade/teamcity-config-monitor
grenade
- 577