Procházet zdrojové kódy

modified jenkins files

Avinash před 1 rokem
rodič
revize
1d97be90c5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile Zobrazit soubor

@@ -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…
Zrušit
Uložit