소스 검색

modified jenkins file

devops.bizgaze 2 년 전
부모
커밋
4f5fcc27f3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      jenkins/Jenkinsfile

+ 0
- 1
jenkins/Jenkinsfile 파일 보기

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

Loading…
취소
저장