From 0c42af6c83e1d2c2853964110f2e6afe689d3620 Mon Sep 17 00:00:00 2001 From: liangjinglin Date: Wed, 23 Apr 2025 19:21:56 +0800 Subject: [PATCH] =?UTF-8?q?20250423=20jenkinsfile=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E8=AF=95=20-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 73b6ebc..e2f2c8f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,7 @@ pipeline { stage('Deploy') { steps { sh 'echo publish' + sh 'echo "当前目录路径: $(pwd)"' } } }