반응형
젠킨스 공식 페이지 : https://www.jenkins.io/doc/book/installing/linux/
Linux
You can install Jenkins through yum on Red Hat Enterprise Linux, Alma Linux, Rocky Linux, Oracle Linux, and other Red Hat based distributions. How To Install Jenkins on Rocky Linux 9 You need to choose either the Jenkins Long Term Support release or the Je
www.jenkins.io
Debian/Ubuntu
On Debian and Debian-based distributions like Ubuntu you can install Jenkins through apt.
Long Term Support release
A LTS (Long-Term Support) release is chosen every 12 weeks from the stream of regular releases as the stable release for that time period. It can be installed from the debian-stable apt repository.
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \
/usr/share/keyrings/jenkins-keyring.asc > /dev/null
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
/etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt-get update
sudo apt-get install jenkins
반응형
'리눅스' 카테고리의 다른 글
apache httpd proxy 연결시 Permission denied (2) | 2023.12.19 |
---|---|
CentOS7 MariaDB 설치 (2023년10월) (1) | 2023.10.10 |
리눅스 계정 timeout (0) | 2023.02.24 |
젠킨스 포트 변경 (0) | 2023.02.24 |
아파치 포비든 Forbbiden 403 오류 (0) | 2022.11.11 |
리눅스 (CentOs7) 젠킨스 설치. (2022.11.07) (0) | 2022.11.07 |
docker 기본 명령어 (0) | 2022.10.26 |
MariaDB 2개 설치 - CentOS7 ( 2021년 ) (2) | 2022.01.14 |