first commit

master
sundayenglish 9 months ago
parent 494c50e2a3
commit 93e8de0dd3
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save