Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tag a Build in TeamCity from another Build

Tags:

teamcity

We have a Build that compiles and creates an artifact. Then we have another Build that uses the last Compile build and Deploys it to the proper environment. Once that is complete, I have to go and Tag the build in TC that it was pushed to the environment. Is there a way that I can tag the Compile Build that is was deployed using the Deploy Build?

like image 608
Thad Avatar asked Jun 14 '11 16:06

Thad


1 Answers

I'm not aware of an easy way to do this (i.e. through a TeamCity configuration setting) but you probably could accomplish this using the REST API from your build script.

like image 151
JMason Avatar answered Sep 30 '22 18:09

JMason