▣ Tools/Jenkins👨🏻

    [Jenkins] not enough memory for initialization 해결방법 [서버의 용량 부족으로 발생하는 에러]

    - 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) 연동하기 [프로젝트 빌드 시 자동으로 배포하기]

    - 젠킨스(Jenkins)와 톰캣(Tomcat) 연동하기 1. 배포 관련 플러그인 설치 2. 젠킨스와 톰캣 연동하기 - 톰캣 관리자 계정 설정하기 [Tomcat] 톰캣(Tomcat) 관리자 페이지 접속하기 [Tomcat 계정 생성하여 Tomcat Manager 접속하기] - 톰캣(Tomcat) 관리자 페이지 접속하기 톰캣 내에는 배포된 프로젝트를 view 단으로 관리할 수 있는 페이지가 있는데, 바로 Tomcat Manager이다. Tomcat Manager는 'Tomcat url:port번호/manager/html' 로 접속이 가 yermi.tistory.com

    [Jenkins] Failed to Connect to repository : Error performing git command 해결방법 [Server에 Git 설치하기]

    - Failed to Connect to repository ~ 해결방법 Jenkins와 Github를 처음 연동할 경우, 아래와 같은 에러를 만날 확률이 높다. 이 에러는 서버에 Git이 설치되어 있지 않으면 발생하는 에러이다. - 서버에 Git 설치하기 서버 운영체제에 맞는 파일을 다운로드 한다. Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools fo..

    [Jenkins] 젠킨스(Jenkins)와 깃허브(Github) 연동하기 [Github에 올린 프로젝트 Jenkins로 build하기]

    - 젠킨스(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이 설치되어 있지 않으면 발생하는 에러이다. - 서..

    [Jenkins] 젠킨스(Jenkins) 홈 디렉토리, 접근 IP 변경 [Jenkins 추가적인 설정하기]

    - 젠킨스(Jenkins) 홈 디렉토리, 접근 IP 변경 1. 젠킨스(Jenkins) 홈 디렉토리 경로 변경 젠킨스의 홈 디렉토리의 기본값은 너무 숨겨져 있기에, 관리하기 편한 곳으로 옮기려고 한다. 2. 젠킨스(Jenkins) 접속 IP 변경하기 시스템 설정 아래 쪽에 보면 'Jenkins Location'이라는 항목이 있다. 여기에서 ip를 지정해주면 된다. (해당 ip의 AWS에서 포트를 꼭 개방해줘야 한다.) * 이건 최초 설정 시, 잘 설정했다면 굳이 안바꿔도 되는 부분이다.