CI,CD/Jenkins

Jenkins 설치 중 public key for jenkins is not installed 오류 조치

호형 2021. 6. 21. 16:49

AWS EC2에 Jenkins를 설치하는데 다음과 같은 오류가 발생하며 설치가 되지 않는다. 

public key for jenkins is not installed

이럴때는 다음과 같이 조치가 가능하다. 

 

Redhat 계열 : CentOS, Fedora, Amazon Linux, Android, AIX

$ rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

Debian 계열 : Ubuntu, Debian

$ wget -qO - https://pkg.jenkins.io/debian-stable/jenkins.io.key | apt-key add -

 

참고로 사용하고 있는 linux 확인 방법은 다음과 같다. 

$ cat /etc/*release