From dae8b79931381cf02d03387ae1953e82d40ecd71 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 27 Mar 2026 18:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20atyou=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=20KUBECONFIG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline-atu | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline-atu b/pipeline-atu index e84327b..6b0c025 100644 --- a/pipeline-atu +++ b/pipeline-atu @@ -9,6 +9,7 @@ pipeline { } environment { + KUBECONFIG = "/var/jenkins_home/.kube/prod-aliyun-config" PATH = "/var/jenkins_home/docker-cli/bin:/var/jenkins_home/kubectl/bin:${env.PATH}" BUILD_IMAGE = "${sh(script:'echo -n atyou-prod:h5-$(date +%Y%m%dv%H%M%S)', returnStdout: true)}" ALIYUN_REGISTRY = "tuokemi-con-registry.ap-southeast-1.cr.aliyuncs.com/atyou-prod/h5"