update: 调整默认密码和 Jenkins 部署路径配置
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
+2
-2
@@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
DEPLOY_DIR = '/opt/quality-inspection-platform'
|
||||
DEPLOY_DIR = '/docker_data/quality-inspection-platform'
|
||||
SSH_SERVER = '10.20.30.42'
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ pipeline {
|
||||
sshTransfer(
|
||||
sourceFiles: '**/*',
|
||||
excludes: '.git/**, .venv/**, __pycache__/**, node_modules/**, *.pyc, .env',
|
||||
remoteDirectory: "${DEPLOY_DIR}",
|
||||
remoteDirectory: "quality-inspection-platform",
|
||||
removePrefix: '',
|
||||
cleanRemote: true,
|
||||
execTimeout: 600000,
|
||||
|
||||
Reference in New Issue
Block a user