This commit is contained in:
Ovidio Mallo 2016-12-09 14:58:27 +01:00
parent 67fccfcba3
commit 881d13a42b
1 changed files with 1 additions and 1 deletions

View File

@ -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