This commit is contained in:
Ovidio Mallo 2016-12-09 15:14:40 +01:00
parent fc8d0b4339
commit d84caaf061

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"
new Yaml().load(readFile(configFile)).dev.each { e -> println e.toString() } new Yaml().load(readFile(configFile)).dev.each { e -> println "hmm" }
println "teeeeeest end" println "teeeeeest end"
stage("Build") { stage("Build") {