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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save