본문 바로가기
개발/기타

[Jenkins] Git - Timeout after 10 minutes

by 가리봉맨 2018. 3. 8.
반응형

젠킨스에서 Job 생성 후 최초 빌드 시 다음과 같은 에러가 발생했다.

ERROR: Timeout after 10 minutes
 > git config --local --remove-section credential # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from http://repository url

원격 저장소에서 소스를 받아올 때 기본 timeout 값인 10분이 초과돼서 발생한 에러다.
다음과 같이 젠킨스 Job 구성에서 timeout 값을 늘리면 된다.


참고한 사이트:
https://issues.jenkins-ci.org/browse/JENKINS-20445 

반응형

댓글