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 //