ㅁㄴㅇㄻㄴㅇㄹ

[Jenkins] Jenkins 설치 in ubuntu 본문

카테고리 없음

[Jenkins] Jenkins 설치 in ubuntu

hanbin8269 2021. 5. 16. 19:35
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
echo deb http://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list

apt-get update
apt-get install jenkins