aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jenkins/generator_DSL.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 31b6022..6c7d39e 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -29,7 +29,7 @@ this.build_control_branch= this.build_control_branch.trim()
println("**LABELS:")
-for (label in labels) {
+for (label in labels.trim().tokenize()) {
println("${label}")
}