Add label node restriction definition on dynamic artifacts copy
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 15 Jul 2015 18:02:34 +0000 (14:02 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 15 Jul 2015 18:02:34 +0000 (14:02 -0400)
Fix dsl-module jobs not finding artifact.
This is due to the new restriction on kernel node for kernel building.

dsl/kernel-lttng-modules.seed.groovy

index 56fe7468eb5c04d9fb9d5b5c8b50aa48cd37eb10..50d10110bea54ffd80d5594499cbeeb49b4f3cb7 100644 (file)
@@ -234,7 +234,7 @@ if ( result.exitValue() == 0 ) {
                             }
                         }
                         steps {
-                            copyArtifacts("${jobName}/arch=\$arch", "linux-artifact/**", '', false, false) {
+                            copyArtifacts("${jobName}/arch=\$arch,label=kernel", "linux-artifact/**", '', false, false) {
                                 latestSuccessful(true) // Latest successful build
                             }
                             shell(readFileFromWorkspace('lttng-modules/lttng-modules-dsl-master.sh'))
This page took 0.023197 seconds and 4 git commands to generate.