Running a build on ALL agents
Does anyone know of a way to run a single build on ALL agents? Clearly I can do this manually, but I'd rather just hit Run and it queues up a separate build for each agent....
Any ideas?
Thanks
Dave
Please sign in to leave a comment.
As a workaround you can create a script which will send HTTP request to TeamCity server to add build in queue. In this HTTP request several agents can be specified, see more about it here: http://www.jetbrains.net/confluence/display/TCD3/AccessingServerfrom+Scripts
Then you can create a build configuration which will run this script.
--
Pavel Sher