Merge pull request #33 from PSRCode/lttng_repo
authorMichael Jeanson <mjeanson@gmail.com>
Thu, 14 Dec 2017 20:19:44 +0000 (15:19 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 20:19:44 +0000 (15:19 -0500)
Use github.com/lttng/jenkins-job-builder instead of a personal repo

scripts/latency-tracker/master-rt.groovy
scripts/latency-tracker/master.groovy
scripts/lttng-modules/master-rt.groovy
scripts/lttng-modules/master.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
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
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
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.024785 seconds and 4 git commands to generate.