상세 컨텐츠

본문 제목

[Jenkins] Ubuntu 20.04에서 젠킨스 인스톨

Ubuntu

by monad 2021. 8. 20. 13:57

본문

젠킨스 데비안 패키지: 자동 설치와 업그레이드를 지원합니다.

1) 시스템에 키를 추가

wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -

SUCCESS: 위의 명령 실행 후 OK 메시지가 표시됨

 

2) 젠킨스 리포지토리 엔트리 추가

sudo sh -c 'echo deb https://pkg.jenkins.io/debian binary/ > /etc/apt/sources.list.d/jenkins.list'

3) 로컬 패키지 인덱스를 업데이트하고 젠킨스를 인스톨

 sudo apt-get update
 sudo apt-get install jenkins

 

apt packages는 다음의 키를 이용합니다.

pub   rsa4096 2020-03-30 [SC] [expires: 2023-03-30]
      62A9756BFD780C377CF24BA8FCEF32E745F2C3D5
uid                      Jenkins Project 
sub   rsa4096 2020-03-30 [E] [expires: 2023-03-30]

참고 사이트: https://pkg.jenkins.io/debian/

 

Debian Jenkins Packages

Jenkins Debian Packages This is the Debian package repository of Jenkins to automate installation and upgrade. To use this repository, first add the key to your system: wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - Then add

pkg.jenkins.io

 

 

 

관련글 더보기

댓글 영역