Reputation: 13
I'm just wondering on how to assign a different machine/server as a build agent in TeamCity.
Any help will be greatly appreciated :)
Upvotes: 1
Views: 1343
Reputation: 3704
Installing a new build agent is a fairly straight forward process.
If you access your teamcity site (http://teamcity) through a browser from the target build agent machine (the windows 2008 server in this case) then you can download the installer directly to that machine.
Enter your destination directory for the build agent - This is where the working directory and configuration will reside, and click next to perform the installation
You then need to provide details of you TeamCity server so the agent can communicate back to the server. Enter the correct url of the server and choose a name for this agent and click save
Once this has happened, you can authorize the agent by clicking the Authorize agent button. A dialog will popup where you can enter some notes if required.
TeamCity Documentation - Installing via MS Windows Installer
There are limitations on the number of agents you can have under you license so you may need to purchase an additional one, but I suspect in this case you'll be okay - TeamCity Licensing
Hope this helps
Upvotes: 3