Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why TFS does not allow multiple collections to be connected with a single same Build Controller?

Tags:

tfs

tfsbuild

According to here and here TFS 2010 does not allow multiple project collections to use a same Build Controller. Why? I'm going to setup some another more build controller as virtual machines. But it seems somehow not practical. Because our company is going to have several project collections. Is it a good work-around? Is there any better work-around except that using a single project collection for all projects?

Thanks in Advance

like image 606
Afshar Mohebi Avatar asked Aug 23 '10 09:08

Afshar Mohebi


1 Answers

There is a hack to use a single server as a build controller for multiple collections: http://blogs.msdn.com/b/jimlamb/archive/2010/04/13/configuring-multiple-tfs-build-services-on-one-machine.aspx

You should use a new collection when you want the isolation. Examples why you want it are:

  • Security
  • Handover
  • Isolation for multiple customers
like image 109
Ewald Hofman Avatar answered Nov 15 '22 12:11

Ewald Hofman