PoC to read the config from a file

This commit is contained in:
Ovidio Mallo 2016-12-09 14:42:43 +01:00
parent 50dffbc7d0
commit 750cec38b5

View file

@ -15,7 +15,7 @@ node() {
def buildManifest = "deployment/manifests/build.yaml"
def appManifest = "deployment/manifests/app.yaml"
def config = def config = new JsonSlurper().parse(new File(configFile))
def config = new JsonSlurper().parse(new File(configFile))
println config
stage("Build") {