Fix syntax.

This commit is contained in:
Manuele Simi 2019-12-11 23:10:55 -05:00
parent 2eae025914
commit f3a0bb0a98
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -143,7 +143,7 @@ pipeline {
jobs = parseJobs(content)
for (job in jobs)
println job
]
}
}
}
stage('initialize') {