1. 에러 원인 Correct public key URL can be found on Jenkins Redhat Packages page. Just run the command below to import it: 이 문구로 보았을 때는 jenkins 를 위해 사용한 url 이 correct 한 public key 가 없었던 것 같다 2. 해결 방법 $> sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key 위 url 을 사용한 다음에 $> sudo yum install jenkins 를 했더니 정상적으로 설치가 되었다 3. 참고 링크 https://stackoverflow.com/questions/61344317/im-getting-..