Jenkins
Add the following key on the linux
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
Add following entries in the /etc/apt/sources.list file (use Vi editor)
deb https://pkg.jenkins.io/debian-stable binary/




sudo apt-get update

sudo apt-get install jenkins

http://localhost:8080
http://devops:8080






