Hi,There are multiple builds in a project, but only one can be executed at a time, and the others need to be queued. How can you make the builds in the project run in parallel?
TeamCity will normally run builds in parallel, provided there are free agents that can pick up the builds. Can you please let me know if there are multiple agents available for this project?
Yes, TeamCity agents process one build at a time. However, you may start multiple agents on the same machine (see ) and run the builds in parallel - would this work for you?
TeamCity will normally run builds in parallel, provided there are free agents that can pick up the builds. Can you please let me know if there are multiple agents available for this project?
only one agents
I used jenkins before, which can almost be executed in parallel. Is teamcity an agent that can only perform one task at the same time?
Yes, TeamCity agents process one build at a time. However, you may start multiple agents on the same machine (see ) and run the builds in parallel - would this work for you?