Hi, e.g. I have a parameterized job 'myjob', it accepts the following three string parameters:
param1 param2 param3 What url to use to trigger this job on slave 'slave1'? What url to use to trigger this job on 'slave1' and 'slave2'? What if the job is configured to be restricted to run on slave3? will the above triggerings fail? Thanks Romu