Buh
This commit is contained in:
parent
67fccfcba3
commit
881d13a42b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ node() {
|
|||
def buildManifest = "deployment/manifests/build.yaml"
|
||||
def appManifest = "deployment/manifests/app.yaml"
|
||||
|
||||
def config = new Yaml().load(readFile(configFile)
|
||||
def config = new Yaml().load(readFile(configFile))
|
||||
println "teeeeeest start"
|
||||
println config
|
||||
println config.dev
|
||||
|
|
Loading…
Reference in a new issue