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