As I already said - you can install several agents on the same machine, see link I provided to you in previous post. If you don't want to install several agents, you can modify your build script to run some tasks in parallel.
Unfortunately, TeamCity makes it way harder (and expensive in terms of licenses) than it should be. Jenkins allows for instance several executors per host.
One agent can run one build at a time. But you can install more than one agent on the same or different machines:
http://confluence.jetbrains.com/display/TCD8/Setting+up+and+Running+Additional+Build+Agents
Pavel thanks for your answer,
I have following setup, my build agents are very powerful, 24 cores, 64GB ram, I want to use all the multithread power that's provided to me.
How can i achive this?
Regards,
Dejan Dakić
ping
As I already said - you can install several agents on the same machine, see link I provided to you in previous post.
If you don't want to install several agents, you can modify your build script to run some tasks in parallel.
Hi Dejan,
I hit the problem just like you:
http://devnet.jetbrains.com/thread/451090
Unfortunately, TeamCity makes it way harder (and expensive in terms of licenses) than it should be. Jenkins allows for instance several executors per host.
I have created a feature request, feel free to show your support by voting or commenting:
http://youtrack.jetbrains.com/issue/TW-34200
Olivier