Meta-runner and agent requirements Follow
Hi,
Can a meta-runner include agent requirements? I want the agents available to be restricted to those that meet requirements for a build step based on a meta-runner.
I do see mention in documentation of "implicit requirements" and also another post "Can Meta-Runners have dependencies or Agent Requirements?". But I have not been able to find a solution from these. If possible ... an example code fragment for a Meta-Runner XML would be great.
Thanks
Rob
Please sign in to leave a comment.
You can add agent requirements to your meta-runner by inserting something like the following:
The condition can be one of the following:
I've included an example entry placed within a meta-runner xml file below. The requirement is that the teamcity.agent.name is equal to Agent1.
Excellent response. Exactly what I needed.
Thank you