From 040ec3a2b7a0f865f088ec24da4fa5d8b9e09553 Mon Sep 17 00:00:00 2001 From: qihongkun Date: Mon, 25 May 2026 16:22:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20Jenkins=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BC=A0=E8=BE=93=E7=9A=84=E8=BF=9C=E7=A8=8B=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remote Directory 为 /,需要完整相对路径 docker_data/quality-inspection-platform Co-authored-by: Cursor --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f653bf..779e0c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { sshTransfer( sourceFiles: '**/*', excludes: '.git/**, .venv/**, __pycache__/**, node_modules/**, *.pyc, .env', - remoteDirectory: "quality-inspection-platform", + remoteDirectory: "docker_data/quality-inspection-platform", removePrefix: '', cleanRemote: true, execTimeout: 600000,