This commit is contained in:
Ovidio Mallo 2016-12-09 15:12:16 +01:00
parent df6f6f7338
commit cf92d9fbd0

View file

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