블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2737)
Unity3D (817)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (58)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (53)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
04-28 00:03

[Jinkins 빌드에러] ERROR: Timeout after 10 minutes

----

 

젠킨스 빌드를 실행하다보니 위와같은 에러가 뜬다.

프로젝트를 삭제하고 새로 받게 하려 했더니 용량이 커져서 10분이 넘어가나보다..

 

찾아보고 아래의 경로에 checkout과 clone 2개의 behaviours를 추가하고 timeout 시간을 60분으로 잡아줬다.

(0을 넣으면 무제한이 되지 않을까 싶었는데 1 이상의 값을 넣으라고 에러를 뱉어낸다)

 

- Jenkins 관리 > {My Project} > 구성 > 소스 코드 관리 > Git > (하단)Add > Advanced checkout behaviours > Timeout (in minutes) for checkout operation > 60(min)

- Jenkins 관리 > {My Project} > 구성 > 소스 코드 관리 > Git > (하단)Add > Advanced clone behaviours  > Timeout (in minutes) for clone and fetch operations > 60(min)

 

 

[참조] https://sonseungha.tistory.com/608

 

[Jenkins] Clone / Checkout Timeout 에러 처리

Jenkins에서 Git plugin을 사용하여, github의 프로젝트를 clone / check 시 timeout 에러가 발생하는 경우가 있다. Pull Request를 가져와 Jenkins에서 파이프라인을 수행하려할 때 아래와 같이 에러가 발생한다면

sonseungha.tistory.com

 

 

반응형
Posted by blueasa
, |