From 24447dd512aeb89b3ef1d43c4fe13f2a8fd94272 Mon Sep 17 00:00:00 2001 From: sundayenglish Date: Tue, 29 Oct 2024 16:52:26 +0700 Subject: [PATCH] fix excel --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7fa22bd..0811c2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { stages { stage('Checkout Code') { steps { - sh "git pull origin ${BRANCH}" - sh "touch demo.php" + sh "cd ${DEST_DIR} && git pull origin ${BRANCH}" + // sh "touch demo.php" sh "pwd" } }