728x90
반응형
PackageManager
-
Jenkins 설치(centos8 기준)CI&CD 2022. 10. 12. 17:38
젠킨스(jenkins) 설치방법 - centos8 OS 기준이며 package manager는 yum 으로 진행. - yum 사용시 root 권한이 필요하므로, sudo -s 이후 진행하도록 추천. # 1.이미 설치목록중 jenkins 있는지 확인 $ yum list installed | grep jenkins # 2.jenkins repo를 /etc/yum.repos.d/jenkins.repo 에 다운로드 $ wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo # 2-1.혹시 wget이 설치 되어있지 않았다면 아래 명령어를 통해 설치한후 다시 $ yum install wget # 3.rpm key ..