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 } }