From b0074126d148215c02184d203478c9f6747b558d Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 26 Mar 2026 14:17:04 +0800 Subject: [PATCH] =?UTF-8?q?pipeline=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-gateway/pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-gateway/pipeline b/rc-gateway/pipeline index 6cb2ce5e..31750a9d 100644 --- a/rc-gateway/pipeline +++ b/rc-gateway/pipeline @@ -65,7 +65,7 @@ pipeline { stage('Apply') { steps { sh "pwd && whoami" - sh "kubectl --kubeconfig=/root/.kube/prod-aliyun-config -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG}" + sh "kubectl --kubeconfig=/var/jenkins_home/.kube/prod-aliyun-config -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG}" } } }