From: Jonathan Rajotte Date: Mon, 27 Apr 2015 21:16:56 +0000 (-0400) Subject: Fix: wrapp kernel version X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b46e797ce51bd9cfe44695dd22ae9b3d652207c3;p=lttng-ci.git Fix: wrapp kernel version --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 299d427..6c65845 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -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 ->