0

I have 100 TeamCity sub-projects and a configuration template.

I want to add the configuration template to all the 100 projects.

Currently I am adding the template to projects, one after another.

Is there a way to add the configuration template to all the 100 sub-projects at once?

ANIL
  • 2,542
  • 4
  • 25
  • 44

2 Answers2

0

Move the template to the parent project. This must be a project that's above all the 100 sub-projects; in the worst case, this is the .

After that, the template will be visible (and usable) from all the 100 sub-projects.

sferencik
  • 3,144
  • 1
  • 24
  • 36
0

Using the versionned settings, you can backup your current configuration as xml inside your VCS.

Then, change Versionned settings to use configuration from the VCS inside the .teamcity folder.

Using regex/massive replacement, you can edit all of your configuration, and push it to your repository.

Didier Aupest
  • 3,227
  • 2
  • 23
  • 35