0

Let's say I have 3 build agents for a particular pool. Is there a way to prefer one over the others if all of them are idle?

Rod
  • 14,529
  • 31
  • 118
  • 230
  • Does this answer your question? [TFS 2017 - Build agents priority and order](https://stackoverflow.com/questions/46228263/tfs-2017-build-agents-priority-and-order) – Alex AIT Feb 23 '23 at 15:29
  • Also https://developercommunity.visualstudio.com/t/Build-Agent-Priority/365620 (no it is not possible) – Alex AIT Feb 23 '23 at 15:29

1 Answers1

0

The question here: why do you want to do that? if you have free agents - just build )))

but if you want some specific agent, add the user capability and use it in your build definition: Configure agent capabilities, Manually entered agent demands.

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31