·개발
안녕하세요. 회사내 물리서버 교체로 인한 프론트,백엔드,QA 배포환경 작업을 진행함.새로 설치할 물리서버에 젠킨스 설치후 깃허브 웹훅 연결하였습니다.jenkins install1. JDK install$ sudo apt-get install openjdk-11-jdk2. jenkins repo key install$ curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo tee \/usr/share/keyrings/jenkins-keyring.asc > /dev/nullecho deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \https://pkg.jenkins.io/debian-st..