티스토리 뷰
AWS EC2에 Jenkins를 설치하는데 다음과 같은 오류가 발생하며 설치가 되지 않는다.
이럴때는 다음과 같이 조치가 가능하다.
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
'CI,CD > Jenkins' 카테고리의 다른 글
Jenkins에서 JaCoCo 연동시 Overall Coverage Summary 이 항상 100% 나오는 오류 조치 (0) | 2021.11.15 |
---|---|
AWS ec2에 jenkins 설치하기 (0) | 2021.06.21 |
Jenkins Execute Shell로 폴더 접근 시 cd: can't cd to 오류 조치 (0) | 2021.06.04 |
Jenkins에서 AWS ec2에 SSH로 배포하는 방법 (with pem 파일) (0) | 2021.05.28 |
Jenkins에 Ant 연동하기 (0) | 2021.05.07 |
댓글