Explorar el Código

modified jenkins files

Avinash hace 1 año
padre
commit
1d97be90c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile Ver fichero

@@ -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…
Cancelar
Guardar