Skip to content

Instantly share code, notes, and snippets.

# jenkins 서버에 설치
# ubuntu 16.04 필요
# git, openjdk-8 설치
sudo apt-get update;sudo apt-get install git openjdk-8-jdk -y
# jenkins debian package repository key 설정
sudo wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
# jenkins repository 주소 설정
sudo echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list