first commit

master
sundayenglish 9 months ago
parent 0342c6c69b
commit 2f182103d0
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -8,8 +8,8 @@ pipeline {
stages { stages {
stage('Checkout Code') { stage('Checkout Code') {
steps { steps {
// sh "git pull origin ${BRANCH}"
sh "git pull origin ${BRANCH}" sh "git pull origin ${BRANCH}"
sh "touch demo.php"
} }
} }
} }

Loading…
Cancel
Save