설치

Ubuntu를 사용하여 설치합니다

리포지토리 키를 시스템에 추가하십시오.

wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -

다음 명령을 실행하여 목록에 저장소를 추가하십시오.

sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'

저장소를 업데이트하려면 아래 명령을 실행하십시오.

sudo apt update

Jenkins를 설치하십시오.

sudo apt install jenkins

Jenkins 서비스를 시작하십시오.

sudo systemctl start jenkins

사이트 http : // your \ _server \ _ip \ _or \ _domain : 8080을 열고 설치 마법사를 따르십시오.

 한국인