소스 검색

modified jenkins files

Avinash 1 년 전
부모
커밋
1d97be90c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile 파일 보기

@@ -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…
취소
저장