first commit

master
sundayenglish 9 months ago
parent 34950dcd84
commit 494c50e2a3
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Checkout Code') { stage('Checkout Code') {
steps { steps {
sh "git pull origin ${BRANCH}" bat "git pull origin ${BRANCH}"
} }
} }
} }

Loading…
Cancel
Save