반응형
젠킨스에서 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 값을 늘리면 된다.
반응형
'개발 > 기타' 카테고리의 다른 글
[Jenkins] Git 빌드 오류 - Out of memory, malloc failed (0) | 2018.07.23 |
---|---|
Mac OS X에서 앱 자동 업데이트 막기 (0) | 2018.04.02 |
[Jenkins] iOS 빌드 셋팅 오류 - ld : file not found (0) | 2015.10.14 |
윈도우용 Intellij에서 Rebar Path 설정하기 (0) | 2015.10.01 |
인터넷이 안 되는 PC에서 IntelliJ에 Erlang 플러그인 설치하기 (0) | 2015.09.25 |
댓글