Linux

JenKins 설치

techapi 2025. 3. 11. 22:53
반응형

### 참고 사이트 ###

https://www.jenkins.io/doc/book/installing/linux/#red-hat-centos

 

 

### 설치 ###

 

wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo

 

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

 

yum install jenkins java-1.8.0-openjdk-devel

 

systemctl daemon-reload

 

systemctl start jenkins

 

systemctl status jenkins

 

반응형

'Linux' 카테고리의 다른 글

ClamAV설치 (linux 백신)  (0) 2025.03.12
Denyhost 설치  (0) 2025.03.11
SVN 서버 설치  (0) 2025.03.11
Log 일일백업 script  (0) 2025.03.11
일일백업 script  (0) 2025.03.11