Buh
This commit is contained in:
parent
cf92d9fbd0
commit
36af3cb6e5
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue