728x90 [AWS]/CICD3 [젠킨스] Job Configuration History Plugin !! Jenkins의 Job Configuration History Plugin은 Jenkins Job의 설정 변경 이력을 기록하고 관리할 수 있는 플러그인입니다. 이를 통해 누가, 언제, 어떤 변경을 했는지 추적할 수 있으며, 이전 설정으로 복원도 가능합니다. 1. 플러그인 설치Jenkins 대시보드에 로그인합니다.상단 메뉴에서 Manage Jenkins를 클릭합니다.Plugin Manager를 선택합니다.Available 탭에서 Job Configuration History Plugin을 검색합니다.플러그인을 선택하고 Install without restart를 클릭하여 설치합니다.설치가 완료되면 Jenkins를 다시 시작합니다.2. 플러그인 설정Manage Jenkins > Configure System.. 2025. 1. 21. [중요][AWS][GITLAB] There is not a valid Git repository at this URL. If your HTTP repository is not publicly accessible, verify your credentials 해결 방안!! ## GITLAB 리포지토리 복제 생성시 이슈There is not a valid Git repository at this URL. If your HTTP repository is not publicly accessible, verify your credentials. Access “Admin → Settings → Network → Outbound requests” Check “Allow requests to the local network from web hooks and services” This solved for me. https://forum.gitlab.com/t/how-to-import-project-from-exisitng-self-hosted-gitlab-instance/7.. 2025. 1. 15. [CICD] DevOps 프로젝트 | Jenkins를 사용하여 Kubernetes에 배포 | 엔드투엔드 DevOps 프로젝트 [ 구성 흐름도] [1] 젠킨스 서버 생성 (마스터 & 에이전트) - sudo apt update - sudo apt upgrade - sudo apt install openjdk-17-jre (자바17 설치) - java -version - 젠킨스 사이트 이동 (복사 및 설치) https://www.jenkins.io/doc/book/installing/linux/ - sudo systemctl enable jenkins - sudo systemctl start jenkins - sudo systemctl status jenkins [1-1] 젠킨스 에이전트 서버 추가 구성 (마스터 서버와 동일 하게 설치) - (젠킨스 에이전트 서버) 모든 빌드가 여기서 수행되므로 도커 설치 필요 - sudo apt .. 2024. 1. 12. 이전 1 다음 728x90