Targeting Build Steps
Hey!
I've got TeamCity installed and working, and I need to have a build step run on a particular build agent (everything's running on Windows, but we have a Mac portion I need to build as well).
How do I tell the build step what agent I want it to run on?
Please sign in to leave a comment.
Administration->ProjectName->Build Configuration->step#7 Agent Requirements
This page show Agent Requirements.
Now you can add parameter name like system.agen.name
That only allows targeting the entire build, not a particular step.
Hi Jerod
That's correct. All build steps are executed on the same agent. You'll need to split the actions into separate build configurations, and link them by snapshot and artifact dependencies.
Michael