This commit is contained in:
2026-06-18 10:08:46 +08:00
parent 8ae22789c3
commit ce23aab39c
Vendored
+1 -1
View File
@@ -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
}
}