fix steps
This commit is contained in:
parent
2424a3f96b
commit
82a9e16800
|
|
@ -84,7 +84,7 @@ spec:
|
|||
|
||||
stage('Deploy to Kubernetes') {
|
||||
steps {
|
||||
withKubeConfig([credentialsId: env.KUBE_CONFIG_ID]) {
|
||||
withKubeConfig([credentialsId: "${KUBE_CONFIG_ID}"]) {
|
||||
script {
|
||||
sh '''
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in New Issue