Automate the TC build configuration creation using existing templates

Hi
In our team we have to create team City jobs for different teams based on a existing teamcity template.we need to update few parameters.
Can this be automated through a rest API call or writing a script or code for it.

0
1 comment

Hi,

 

yes, it's possible to create different build configurations based on templates and update parameters. Just add the build configurations to the project you want, and attach the template to it by adding the template field. Then you can add any customization you want to parameters.

 

More info specifically is available here: https://www.jetbrains.com/help/teamcity/rest-api.html#RESTAPI-BuildConfigurationAndTemplateSettings

0

Please sign in to leave a comment.