Add label node restriction definition on dynamic artifacts copy
[lttng-ci.git] / 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.022173 seconds and 4 git commands to generate.