From ce23aab39ce7830703c427604945e0f01109ca94 Mon Sep 17 00:00:00 2001 From: changjunqiang <344656718@qq.com> Date: Thu, 18 Jun 2026 10:08:46 +0800 Subject: [PATCH] dir --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7d575c..0c7229e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('复制Jar包') { steps { - sh 'cp target/rongshuo.jar /mydata/docker/rongshuo/rongshuo.jar' // ✅ 添加 sh + sh 'cp target/rongshuo.jar /app/rongshuo/rongshuo.jar' // ✅ 添加 sh } }