본문 바로가기

젠킨스4

728x90
반응형
젠킨스(Jenkins)와 깃랩(GitLab)을 웹훅(Webhook)으로 연동하기 젠킨스(Jenkins)와 깃랩(GitLab)은 웹훅(Webhook)으로 연동할 수 있다. 각 시스템별 기준 버전은 아래와 같다.1. 구축 환경Jenkins 2.440.3GitLab 16.1.22. 젠킨스에 깃랩 플러그인 설치아래의 화면처럼 Dashboard → Manage Jenkins → Plugins 으로 이동한다. 여기서 GitLab Plugin을 찾고 설치한다.3. 젠킨스에서 인증 정보 발급아래의 사진처럼 'Dashboard'  → 웹훅을 설정할 프로젝트 → 'Configuration Build Triggers' 으로 이동하여 시크릿 토큰(Secret token)을 생성하고 저장한다. 시크릿 토큰 값은 GitLab에서 사용할 것이기 때문에 기억해야 한다.아래의 화면에서 찾을 수 있는 웹 훅 주소는.. 2024. 9. 13.
젠킨스(Jenkins) 오류 - "hudson.plugins.git.GitException: Could not init" 현상아래의 메시지가 빌드 로그에 나타난다.Started by GitLab push by userRunning as SYSTEMBuilding in workspace /home/jenkins/.jenkins/workspace/projectThe recommended git tool is: NONEusing credential 0000000-0000-0000-0000-Cloning the remote Git repositoryCloning repository https://127.0.0.1:443/road_toll/project > git init /home/jenkins/.jenkins/workspace/project # timeout=10ERROR: Error cloning remote repo 'ori.. 2024. 6. 11.
젠킨스(Jenkins) 캐시 공간 부족 경고 해결 방법 현상아래의 문구과 사진처럼 젠킨스(Jenkins)가 캐시 공간이 부족하면 경고 메시지가 나타난다.WARNING [Handling GET /static/82ebc488/images/svgs/logo.svg from : https-openssl-apr-8082-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/images/svgs/logo.svg] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider incre.. 2024. 5. 22.
젠킨스(Jenkins) 자격증명(Credential) 삭제하기 젠킨스(Jenkins)에서 자격증명(Credential)을 삭제하려면 'Dashboard' → 'Manage Jenkins' → 'Credentials' 순서로 화면을 이동하여야 한다.삭제할 자격증명을 아래의 사진처럼 'Delete' 버튼을 클릭하여 삭제한다. 2024. 5. 19.