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?

0
3 comments
Avatar
Permanently deleted user

Administration->ProjectName->Build Configuration->step#7 Agent Requirements
This page show Agent Requirements.
Now you can add parameter name like system.agen.name

0
Avatar
Permanently deleted user

That only allows targeting the entire build, not a particular step.

0

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

0

Please sign in to leave a comment.