Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2013: Adding a new build agent on a different machine

Tags:

tfs

For my TFS 2013 server on machine "A" with one build controller configured, I am trying to add another build agent that's located on another machine "B". the new build agent on machine "B" should be controlled by the same build controller of machine "A". TFS 2013 on machine "B" is installed.

To accomplish this, in Team Foundation Administration Console of machine "A" under "Build Configuration", I use the function "New Agent..." to add a new agent.

Problem is that I cannot change the "Computer Name" because it is geyed out. How can I add the agent of machine "B"?

Thanks for helping me out!

like image 702
user2516186 Avatar asked Dec 08 '14 15:12

user2516186


1 Answers

You need to install team build (from the TFS installation disk) on the other server. Then only configure the Team Build section. When you get to the creation of the controller/agent, only select agent, from there you'll be able to select the other controller (A).

Cheers, ET

like image 125
Etienne Avatar answered Sep 19 '22 06:09

Etienne