From ac9952b207bf0a1653fc4643b987f060b30800e9 Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Fri, 9 Dec 2016 14:59:11 +0100 Subject: [PATCH] Buh --- deployment/pipeline.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/pipeline.groovy b/deployment/pipeline.groovy index 66ec4ac..12066f8 100644 --- a/deployment/pipeline.groovy +++ b/deployment/pipeline.groovy @@ -23,6 +23,7 @@ node() { println config.dev println config.test println "teeeeeest end" + config = null stage("Build") { git "https://github.com/omallo/ruby-ex.git"