diff --git a/deployment/pipeline.groovy b/deployment/pipeline.groovy index e73ee43..d7952cb 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)).dev println "teeeeeest start" - println config + println new Yaml().load(readFile(configFile)).dev println "teeeeeest end" - config = null stage("Build") { git "https://github.com/omallo/ruby-ex.git"