master
sundayenglish 9 months ago
parent 59b3b556b2
commit 24447dd512
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save