Agent Requirements - multiple conditions
Is there a way to specify that a build configuration can run on multple agents?
system.agent.name = "Agent1" and/or "Agent2"
This would probably be addressed by TW-11244 , but is there a work around until then?
thanks,
NSN
Please sign in to leave a comment.
Hello,
You could use regular expression as value for Agent Requirements in build configuration settings.
Kind regards,
Marina
Thanks Marina, that worked perfectly. I never saw that you could use regular expressions.
-NSN
Hi,
could you guys provide some example? i cannot find any way to do so.
thanks in advance
edit: done :)
Parameter Name: system.agent.name
Condition: mathces
Value:(agent1|agent2)