Always Build on All Compatible Agents
Is it possible to cause a build to run on all compatible agents every time, rather than only manually? We're looking to kick off a build on multiple platforms every time.
Ben Hale
SpringSource
Please sign in to leave a comment.
It is possible but you will need one more build configuration. This build configuration can run a build which will trigger target build by sending HTTP request:
http://www.jetbrains.net/confluence/display/TCD4/Accessing+Server+by+HTTP
Then you can configure automatic triggering for the first build configuration. This is not very convenient, feel free to submit a feature request.
I've tried this and the builds get triggered as expected. However, I would like the master build to pass only if all the triggered builds pass. Is this possible?
Thanks
Akash