Skip to content

Jenkins Installation

NaJaeMin7 edited this page Oct 16, 2017 · 2 revisions

Jenkins

참조 사이트

Installation

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

Upgrade

sudo apt-get update
sudo apt-get install jenkins

Port 8080으로 접속 (127.0.0.1:8080)

Unlock Jenkins 화면 확인 후 다음 명령어로 pwd 확인

sudo cat /var/lib/jenkins/secrets/initialAdminPassword

Install suggested plugins 선택

Clone this wiki locally