Different build agents for various build steps
I need the following in one build project:
- the first build step: use agent 1 on server 1
- the second build step: use agent 2 on server 2
I do not want to do it as two build projects with dependencies - this situation is very often case for me. Can I specify build agent for each build step?
Please sign in to leave a comment.
Little bit more information: I use TeamCity v8.1
Hi,
No, it is impossible. Build configuration is executed on one agent. You have to create separate configuration + artifact/snapshot dependency between build configurations. To simplify the process of creation of build configurations you can use templates.