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 using nodes running on these OSes, that part 
works fine.

Once my compilation is complete I then want to trigger tests builds that 
can run in parallel on multiple nodes it is however important that code 
built on Suse 12.2 for example is only tested on slaves running 12.2 and 
I've not yet found a way to limit my triggered builds to run only on the 
nodes with the same OS (but not necessarily the same node as  the 
compilation). Currently Jenkins will happily try to run my Suse 12.2 code 
on Centos. I've managed to export the label value to my triggered builds 
but that does not limit them to running on the same OS as the build that 
triggered them.

I hope I've got my Jenkins terminology right the use of the word build to 
mean compile or test or anything else is a little foreign to me.

All help much appreciated.

Bob S.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e4787ec2-aeb9-47c6-9878-e7c1317b25c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to