From: Jonathan Rajotte Date: Mon, 27 Apr 2015 23:00:33 +0000 (-0400) Subject: Fix X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3cf218274bf98636a6fb94706fddb2f6cd767e93;p=lttng-ci.git Fix --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 608282f..09226f8 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -286,7 +286,7 @@ import java.util.concurrent.CancellationException def jobs = hudson.model.Hudson.instance.items def fail = false -def jobStartWith = "${modulesPrefix + separator}%1$s" +def jobStartWith = "${modulesPrefix + separator} %1\$s" def anotherBuild jobs.each { job ->