From ab594d0f0028bd14d8b0f01055fd063e61f0e649 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Mon, 17 Feb 2020 16:08:50 +0000 Subject: [PATCH] [17.02.20] Setup kubernetes auth and bring back github tagging --- configuration/pipelines/build.groovy | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index ae9d6cb..6226e42 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -83,8 +83,13 @@ try { stage('Deploy') { - withCredentials([kubeconfigContent(credentialsId: 'Kubernetes', variable: 'CONFIG')]) { - echo $CONFIG + withCredentials( + [kubeconfigContent( + credentialsId: 'Kubernetes', + variable: 'CONFIG' + )] + ) { + echo ${CONFIG} } // kubernetesDeploy(kubeconfigId: 'Kubernetes', // REQUIRED //