Procházet zdrojové kódy

modified jenkins file

devops.bizgaze před 2 roky
rodič
revize
4f5fcc27f3
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      jenkins/Jenkinsfile

+ 0
- 1
jenkins/Jenkinsfile Zobrazit soubor

93
     sh """
93
     sh """
94
         git checkout ${env.BRANCH_NAME}
94
         git checkout ${env.BRANCH_NAME}
95
         git status
95
         git status
96
-        git pull origin ${env.BRANCH_NAME}
97
         # Only proceed if there are changes
96
         # Only proceed if there are changes
98
         if [[ $(git status -s) ]]; then
97
         if [[ $(git status -s) ]]; then
99
             git add .
98
             git add .

Loading…
Zrušit
Uložit