ubuntu jenkins 설치

Featured image

📌Jenkins 설치 전에 Java가 설치 되어 있어야 한다.

환경 ✔

Windows Hyper-V
Ubuntu 18.04.3 LTS

wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
apt-get update
apt-get install jenkins

service jenkins start

# default port:8080
# url : localhost:8080 or IP:8080

install1.png

install2.png

install3.png

install4.png

install5.png