Jenkins2 jenkins container - Spring 프로젝트 SonarQube 연동 기존 Jenkins에서 Spring 프로젝트 CI/CD에 SonarQube 분석 연동 SonarQube는 EC2내에서 docker 컨테이너 실행 EC2내 SonarQube 실행 SonarQube 이미지 다운 및 실행 docker pull sonarqube docker run -d --name sonarqube -p 9000:9000 sonarqube 젠킨스 이미지 다운 중 no space left on device 발생 https://jangcenter.tistory.com/142 [EC2] no space left on device EC2에 SonarQube 이미지를 다운받는 중 no space left on device 발생 df -h 로 파티션 용량을 확인해보니 기본 EC2 볼륨의 8Gb를 대부분 .. 2024. 3. 10. jenkins container - Vue 프로젝트 EC2 배포 해당 작업은 Mac M프로세스에서 작업 EC2내 프로젝트 배포의 경우 3000:80포트 사용 docker 설치 및 젠킨스 컨테이너 설치 및 접속 아래 사이트에서 도커 설치 https://docs.docker.com/desktop/install/mac-install/ Install Docker Desktop on Mac Install Docker for Mac to get started. This guide covers system requirements, where to download, and instructions on how to install and update. docs.docker.com 이미지 다운로드 docker pull jenkins/jenkins docker pull jenkins/je.. 2024. 3. 3. 이전 1 다음