From cbb9787e78600cd18f95ecb9e891faa7d21dc285 Mon Sep 17 00:00:00 2001 From: Ioannis Canellos Date: Wed, 27 Dec 2017 10:34:03 +0200 Subject: [PATCH] fix: multiple variables declaration. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b50aa5c214b..c75ed1b6513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ if (ci){ checkout scm sh "git remote set-url origin git@github.com:fabric8io/kubernetes-client.git" - def pipeline = load 'release.groovy' + pipeline = load 'release.groovy' stage 'Stage' def stagedProject = pipeline.stage()