Use setResult instead of getExecutor().interrupt to set FAILURE
[lttng-ci.git] / scripts / lttng-modules / master-rt.groovy
index 9d94be2cc4dacb47c4a0e0edab91ffb3d71909b1..33eb0f386f2d094d7eca74fec9c2f9615b42c78f 100644 (file)
@@ -354,7 +354,7 @@ for (b in allBuilds) {
 
 // Mark this build failed if any child build has failed
 if (isFailed) {
-  build.getExecutor().interrupt(Result.FAILURE)
+  build.setResult(hudson.model.Result.FAILURE)
 }
 
 // EOF
This page took 0.022602 seconds and 4 git commands to generate.