This commit is contained in:
2026-06-18 13:22:13 +08:00
parent 478fbec475
commit dad2cb7c80
3 changed files with 8 additions and 5 deletions
Vendored
+1 -1
View File
@@ -22,7 +22,7 @@ pipeline {
stage('复制Jar包') {
steps {
sh 'cp target/rongshuo.jar /app/rongshuo/rongshuo.jar' // ✅ 添加 sh
sh 'cp target/rongshuo.jar /app/rongshuo.jar' // ✅ 添加 sh
}
}