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" } }