08. Installing Jenkins

ND#9991 C03 L01 A06 Installing Jenkins

Jenkins image

Commands for Installing Jenkins

Commands for Installing Jenkins

(Note: You can scroll to the right to see all the commands in the box below.)

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