Selaa lähdekoodia

modified jenkins files

Avinash 1 vuosi sitten
vanhempi
commit
1d97be90c5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile Näytä tiedosto

@@ -91,6 +91,7 @@ def commitChanges() {
91 91
 
92 92
     // Check for changes
93 93
     sh """
94
+        git checkout ${env.BRANCH_NAME}
94 95
         git status
95 96
         git pull origin ${env.BRANCH_NAME}
96 97
         # Only proceed if there are changes

Loading…
Peruuta
Tallenna