6

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?

jamiebarrow
  • 185
  • 4
  • 17

1 Answers1

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