In teamcity is it possible to restrict build agents to specific branches?
There are some interdependencies between my build configurations and I need the same build agent to build the same branch. If left to its own devices teamcity sometimes activates a new build agent for something later in the chain. This then fails.
What I'd like to do (at least until we can perhaps improve our build configurations to make them independent (artifacts?)) is assign one build agent to a branch. That would at least get things moving.
Thanks