PoC to read config from file

This commit is contained in:
Ovidio Mallo 2016-12-09 14:44:34 +01:00
parent 627e4c2880
commit 133fe82723

View file

@ -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") {