Fix
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Apr 2015 23:00:33 +0000 (19:00 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Apr 2015 23:00:33 +0000 (19:00 -0400)
dsl/kernel-lttng-modules.seed.groovy

index 608282fd690ff513dbc570db62a41f43831c8a8b..09226f840bc78b7a72be17cb318c4650c85fa66d 100644 (file)
@@ -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 ->
This page took 0.023913 seconds and 4 git commands to generate.