first commit

master
sundayenglish 9 months ago
parent 93e8de0dd3
commit 0342c6c69b
  1. 1
      Jenkinsfile
  2. 2
      README.md

1
Jenkinsfile vendored

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

@ -1 +1 @@
demo so 2
demo so 1
Loading…
Cancel
Save