PoC to read config from file
This commit is contained in:
parent
627e4c2880
commit
133fe82723
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ 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 JsonSlurper().parse(new File(configFile))
|
def config = new JsonSlurper().parse(configFile)
|
||||||
println config
|
println config
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
|
|
Loading…
Reference in a new issue