hello,

I would like to configure a matrix build, and control on which slaves
each build version is being built.

I have one axis for platform, with values "mac" and "win"
I have a second axis for component, with values "client", "client2" and 
"server"

I would like to add a label, based on the combination of component and
platform, as follows:


              mac        win
----------+---------+---------
--
client    |   clang |    vc12
client2   |   gcc   |    vc12
server    |    -    |    vc12_x64


and then configure 3 slaves:
slave1: labels mac + clang
slave2: labels mac + gcc
slave3: labels win + vc12 + vc12_x64

so that the labels are used for selecting the slave to build on.


Is there an easy way to do this?


thanks.
-- lode

-- 
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/dc54b7e0-2a45-443e-97f2-6ad92d6726a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to