TeamCity Automatic Tagging
We have a Build that compiles and creates an artifact.
Then we have another Build that uses the last Compile build/build number and Deploys it to the proper environment. The build that is doing the deploy we want to be able to automatically tag the build its currently deploying? Please advise if this can be done and steps on how to do this?
Thanks
Please sign in to leave a comment.
Any update on this?
Hi
I'm sorry for late reply.
Starting from version 7.0 you can add build tags using REST API.
In previous versions it can be dome by HTTP calls as explained in Accessing Server by HTTP article.