fix steps

This commit is contained in:
areeqakbr 2025-02-25 16:38:00 +07:00
parent 2424a3f96b
commit 82a9e16800
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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