From c2db0fa059da0902c36dda17074a3f4d58e4fbe0 Mon Sep 17 00:00:00 2001 From: liangjinglin Date: Wed, 23 Apr 2025 19:25:45 +0800 Subject: [PATCH] =?UTF-8?q?20250423=20jenkinsfile=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E8=AF=95=20-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index e2f2c8f..f51341d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,8 @@ pipeline { steps { sh 'echo publish' sh 'echo "当前目录路径: $(pwd)"' + cd liang-springcloud-alibaba-goods-service/target + cp ~/liang-springcloud-alibaba-goods-service-1.0-SNAPSHOT.jar /opt/service } } }