From: Jonathan Rajotte Date: Thu, 16 Jul 2015 16:37:07 +0000 (-0400) Subject: Wrong variable name X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e6ea223848cb1a47188c60e9806ba98e8fbc493a;p=lttng-ci.git Wrong variable name --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index ca90670..af312c2 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -267,7 +267,7 @@ def limitQueue = 4 def anotherBuild jobs.each { job -> def jobName = job.getName() - if (jobName.startsWith(jobStartWith)) { + if (jobName.startsWith(jobStartWithKernel)) { counter = counter + 1 def lastBuild = job.getLastBuild() if (lastBuild == null || lastBuild.result != Result.SUCCESS) {