Bob,
You would need to pass the value "Suse13.2" (or whatever OS label) as
the Label parameter to the downstream job. So in the downstream job you
define a parameter of type Label, and then you pass the desired label
value as that parameter when invoking the downstream job. Do you have
the Pa
Hi Eric,
Thanks for the suggestion but I've not yet managed to make it work. From my
matrix job when the compilation build has finished from Suse13.2 I want to
run the test build on the suse 13.2 nodes and when the Centos compilation
has finished I want to run the same test on the centos node
Hi Bob,
You should be able to configure the triggered builds to use a particular
label, using the NodeLabel Parameter Plugin, which lets you pass a
parameter indicating a label the job should run on.
Regards,
Eric
On 6/18/2015 5:50 PM, Bob Stafford wrote:
Hi All,
I'm new to Jenkins so I ap
Hi All,
I'm new to Jenkins so I apologize if this is a simple question but I've
been stuck on this issue for a few days and all the googling and
experimenting has not got me to an answer.
I have a matrix configuration to clone and compile my application on Suse
12.2, Suse 13.2 and Centos 6 usi