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