Update Jenkinsfile

This commit is contained in:
木鱼和金鱼 2026-01-23 13:22:34 +08:00 committed by GitHub
parent c7fb5dad2d
commit 1a73cb8ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -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"
// 备份目录(保留历史版本,便于回滚)