cd3 728x90 반응형 젠킨스(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) 자격증명(Credential) 삭제하기 젠킨스(Jenkins)에서 자격증명(Credential)을 삭제하려면 'Dashboard' → 'Manage Jenkins' → 'Credentials' 순서로 화면을 이동하여야 한다.삭제할 자격증명을 아래의 사진처럼 'Delete' 버튼을 클릭하여 삭제한다. 2024. 5. 19. GitLab CI/CD 비활성화 방법 GitLab의 CI/CD GitLab에 소스코드를 올리다보면 GitLab의 CI/CD 기능 활성화가 기본값인 경우가 있다. 특정 프로젝트에서는 CI/CD가 필요하지 않을 수 있으며 적절한 설정이 되어 있지 않은 경우 오류 메시지를 접할 수 있다. CI/CD 비활성화 방법 아래의 사진처럼 'Settings' - 'General' - 'CI/CD' 페이지로 이동하여 기능을 비활성화하면 된다. 2022. 8. 10. 이전 1 다음