20250423 jenkinsfile脚本调试 -2
Some checks failed
gitea-Liang/pipeline/head There was a failure building this commit

This commit is contained in:
liangjinglin 2025-04-23 19:25:45 +08:00
parent 0c42af6c83
commit c2db0fa059

2
Jenkinsfile vendored
View File

@ -16,6 +16,8 @@ pipeline {
steps { steps {
sh 'echo publish' sh 'echo publish'
sh 'echo "当前目录路径: $(pwd)"' sh 'echo "当前目录路径: $(pwd)"'
cd liang-springcloud-alibaba-goods-service/target
cp ~/liang-springcloud-alibaba-goods-service-1.0-SNAPSHOT.jar /opt/service
} }
} }
} }