Am Mittwoch, 9. April 2014 08:22:41 UTC+2 schrieb Christoph Vollmer: > > Hey, > > we are using jenkins to build an android rom every night for many devices. > Currently we set up a matrix job which has 1 axis with build parameters > (the actual devices name) and 1 axis for the node selection (contains ~20 > nodes). > > Example for the device axis (contains ~120 entries): > device1 > device2 > device3 > .... > > the build is started by executing a shell command, > Example: > > start_build.sh $device > > > Why do you have the nodes as axis anyway? I would probably use a label requirement for devices. This way, you should be able to tie the deviceto a specific node.
Björn -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
