diff --git a/deployment/pipeline.groovy b/deployment/pipeline.groovy index 12066f8..e73ee43 100644 --- a/deployment/pipeline.groovy +++ b/deployment/pipeline.groovy @@ -17,11 +17,9 @@ 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)).dev println "teeeeeest start" println config - println config.dev - println config.test println "teeeeeest end" config = null