Fix: wrapp kernel version
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Apr 2015 21:16:56 +0000 (17:16 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Apr 2015 21:16:56 +0000 (17:16 -0400)
dsl/kernel-lttng-modules.seed.groovy

index 299d427f326025ddfe94d6776ff02d96eb02e987..6c65845025b2246533085a644fed89c0baf43fcc 100644 (file)
@@ -244,7 +244,7 @@ import java.util.concurrent.CancellationException
 
 def jobs = hudson.model.Hudson.instance.items
 def fail = false
-def jobStartWith = ${kernelPrefix}
+def jobStartWith = "${kernelPrefix}"
 
 def anotherBuild
 jobs.each { job ->
This page took 0.025493 seconds and 4 git commands to generate.