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