From 3cf218274bf98636a6fb94706fddb2f6cd767e93 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 27 Apr 2015 19:00:33 -0400 Subject: [PATCH] Fix --- dsl/kernel-lttng-modules.seed.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> -- 2.34.1