Wrong variable name
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 16 Jul 2015 16:37:07 +0000 (12:37 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 16 Jul 2015 16:37:07 +0000 (12:37 -0400)
dsl/kernel-lttng-modules.seed.groovy

index ca906704c055bcba11447ed6242e4a2bbedd0dcc..af312c2fc63f1541a32d0b3fb9526fc46870c0c2 100644 (file)
@@ -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) {
This page took 0.023024 seconds and 4 git commands to generate.