修改服务器路径

This commit is contained in:
2025-09-01 01:05:37 +08:00
parent a84f43a886
commit d3dfd74465
3 changed files with 7 additions and 6 deletions

1
Jenkinsfile vendored
View File

@ -72,6 +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 \
--restart always \
\${DOCKER_IMAGE}
"""