Fix: missing jinja2 statement bracket ending
[lttng-ci.git] / scripts / latency-tracker / master.groovy
index a8bf945f195f7696553915fdf800b12518cdfca9..323351c19bdedd5098dbeaed662ed1afb02ade8e 100644 (file)
@@ -528,7 +528,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.024889 seconds and 4 git commands to generate.