master
sundayenglish 9 months ago
parent c6ca0a549f
commit 68c313710a
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -9,8 +9,8 @@ pipeline {
stage('Checkout Code') { stage('Checkout Code') {
steps { steps {
sh "git pull origin ${BRANCH}" sh "git pull origin ${BRANCH}"
sh "touch demo.php"
} }
sh "pwd"
} }
} }
post { post {
@ -21,4 +21,4 @@ pipeline {
echo "Failed to pull code from the repository." echo "Failed to pull code from the repository."
} }
} }
} }

Loading…
Cancel
Save