2
votes

In TeamCity there is the possibility to limit the concurrent builds per build definition. This means you can build multiple definitions at the same time, but if 1 definition is queued multiple times, it wil be executed 1 by 1.

Limit the number of simultaneously running builds

Specify the number of builds of the same configuration that can run simultaneously on all agents. This option helps avoid the situation, when all of the agents are busy with the builds of a single project. Enter 0 to allow an unlimited number of builds to run simultaneously.

Is there a way of doing this in TFS 2015?

1

1 Answers

1
votes

You can use the agent user capability to direct a specific build definition to a specific build agent resulting in one running build of that build definition