How to set maximum concurrent builds per agent?
Hi!
I wanted to know if is it possible that an agent runs more than one build at the same time?
I would expect is not the case, but could not find any configuratiion or documentation that defines it.
Thanks!
Please sign in to leave a comment.
It is not possible for a single TeamCity Build Agent to run more than one build simultaneously; each agent can only run one build at a time. If there are no compatible build agents available for your build, TeamCity will queue your build until one becomes available. For detailed information on this topic, you may wish to see Working with Build Queue.
Thanks!