From a25576acf4fdd8f560314c7bb643dc2dfd0f5387 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Mon, 1 Sep 2025 09:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E5=BE=84=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6339361..9bb8b42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -72,7 +72,7 @@ pipeline { -e JAVA_OPTS="-Xms256m -Xmx512m -Duser.timezone=Asia/Shanghai" \ -e TZ=Asia/Shanghai \ -v /etc/localtime:/etc/localtime:ro \ - -v /root/ali/cert:/app/ali/cert \ + -v /root/cert:/app/ali/cert \ --restart always \ \${DOCKER_IMAGE} """