[Jenkins] not enough memory for initialization 해결방법 [서버의 용량 부족으로 발생하는 에러]
·
▣ Tools/Jenkins👨🏻
- not enough memory for initialization 해결방법 젠킨스 톰캣 연동까지 하여 빌드를 하니 발생한 에러 포인트는 not enough memory for initialization. 초기화 하는데 메모리가 충분하지 않다는 것.. Started by user ??? Running as SYSTEM Building in workspace C:\Jenkins\workspace\Jenkins-Test The recommended git tool is: NONE using credential kycasdzxc Cloning the remote Git repository Cloning repository https://github.com/kycasdzxc/Jenkins_test.git > ..
[Jenkins] 젠킨스(Jenkins)와 톰캣(Tomcat) 연동하기 [프로젝트 빌드 시 자동으로 배포하기]
·
▣ Tools/Jenkins👨🏻
- 젠킨스(Jenkins)와 톰캣(Tomcat) 연동하기 1. 배포 관련 플러그인 설치 2. 젠킨스와 톰캣 연동하기 - 톰캣 관리자 계정 설정하기 [Tomcat] 톰캣(Tomcat) 관리자 페이지 접속하기 [Tomcat 계정 생성하여 Tomcat Manager 접속하기] - 톰캣(Tomcat) 관리자 페이지 접속하기 톰캣 내에는 배포된 프로젝트를 view 단으로 관리할 수 있는 페이지가 있는데, 바로 Tomcat Manager이다. Tomcat Manager는 'Tomcat url:port번호/manager/html' 로 접속이 가 yermi.tistory.com
[Jenkins] 젠킨스(Jenkins)와 깃허브(Github) 연동하기 [Github에 올린 프로젝트 Jenkins로 build하기]
·
▣ Tools/Jenkins👨🏻
- 젠킨스(Jenkins)와 깃허브(Github) 연동하기 1. 깃허브(Github)에서 access token 받기 2. 젠킨스(Jenkins)에서 새로운 Item 생성 - Failed to Connect to repository : Error performing git command가 발생한다면? [Jenkins] Failed to Connect to repository : Error performing git command 해결방법 [Server에 Git 설치하기] - Failed to Connect to repository ~ 해결방법 Jenkins와 Github를 처음 연동할 경우, 아래와 같은 에러를 만날 확률이 높다. 이 에러는 서버에 Git이 설치되어 있지 않으면 발생하는 에러이다. - 서..