From 1a73cb8ac6a31589d3672281461393d4deaf057c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E9=B1=BC=E5=92=8C=E9=87=91=E9=B1=BC?= <1711559666@qq.com> Date: Fri, 23 Jan 2026 13:22:34 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c4dded4..5a928c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { // 本地 Web 部署目录(根据实际环境修改,需确保 Jenkins 有读写权限) - LOCAL_WEB_ROOT = '/www/wwwroot/gitadmin.localgitserver.com' + LOCAL_WEB_ROOT = '/mnt' // 项目部署子目录(避免与其他项目冲突) PROJECT_DEPLOY_DIR = "${LOCAL_WEB_ROOT}/aistudy" // 备份目录(保留历史版本,便于回滚)