This commit is contained in:
Ovidio Mallo 2016-12-09 15:13:24 +01:00
parent cf92d9fbd0
commit 36af3cb6e5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ node() {
def appManifest = "deployment/manifests/app.yaml"
println "teeeeeest start"
new Yaml().load(readFile(configFile)).dev.each(e -> println e)
new Yaml().load(readFile(configFile)).dev.each { e -> println e }
println "teeeeeest end"
stage("Build") {