Sunday, June 19, 2016

Uninstalling a TeamCity Build Agent

If you look for documentation on TeamCity Build Agents, you will probably come across this article: https://confluence.jetbrains.com/display/TCD9/Setting+up+and+Running+Additional+Build+Agents

However, one of the things that you will find missing in the article is how to UNINSTALL a TeamCity Build Agent (particularly on Windows)!!

Fortunately, this is relatively easy to accomplish thanks to a set of batch files that are stored in the bin directory of the build agent.

Instead of running the service.install.bat file to install a Build Agent as a service, instead, you simply run the service.uninstall.bat file to uninstall the TeamCity Build Agent!

Then, you can go ahead and re-install the Build Agent as you please!!
 

 

No comments:

Post a Comment