This commit is contained in:
Ovidio Mallo 2016-12-09 15:14:40 +01:00
parent fc8d0b4339
commit d84caaf061
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.toString() }
new Yaml().load(readFile(configFile)).dev.each { e -> println "hmm" }
println "teeeeeest end"
stage("Build") {