Buh
This commit is contained in:
parent
ac9952b207
commit
1e8a9d62f8
1 changed files with 1 additions and 3 deletions
|
@ -17,11 +17,9 @@ node() {
|
||||||
def buildManifest = "deployment/manifests/build.yaml"
|
def buildManifest = "deployment/manifests/build.yaml"
|
||||||
def appManifest = "deployment/manifests/app.yaml"
|
def appManifest = "deployment/manifests/app.yaml"
|
||||||
|
|
||||||
def config = new Yaml().load(readFile(configFile))
|
def config = new Yaml().load(readFile(configFile)).dev
|
||||||
println "teeeeeest start"
|
println "teeeeeest start"
|
||||||
println config
|
println config
|
||||||
println config.dev
|
|
||||||
println config.test
|
|
||||||
println "teeeeeest end"
|
println "teeeeeest end"
|
||||||
config = null
|
config = null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue