ci/steps.groovy
changeset 248 a13b0f9ba9e9
parent 237 69ab924b97bf
child 283 e6e50f9b9987
equal deleted inserted replaced
247:7629deab11b6 248:a13b0f9ba9e9
   236     def axes = configurations.keySet().toArray()
   236     def axes = configurations.keySet().toArray()
   237     def conf = [:]
   237     def conf = [:]
   238     for (axis in axes) {
   238     for (axis in axes) {
   239         conf[axis] = configurations[axis][0]
   239         conf[axis] = configurations[axis][0]
   240     }
   240     }
   241     node ( conf.NODE ) {
   241     node ( conf.BUILD_TARGET ) {
   242         def newEnv = []
   242         def newEnv = []
   243         for (k in conf.keySet()) {
   243         for (k in conf.keySet()) {
   244             newEnv.add("${k}=${conf[k]}")
   244             newEnv.add("${k}=${conf[k]}")
   245         }
   245         }
   246         withEnv ( newEnv ) {
   246         withEnv ( newEnv ) {