dir
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('复制Jar包') {
|
stage('复制Jar包') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cp target/rongshuo.jar /mydata/docker/rongshuo/rongshuo.jar' // ✅ 添加 sh
|
sh 'cp target/rongshuo.jar /app/rongshuo/rongshuo.jar' // ✅ 添加 sh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user