Skip to content

Instantly share code, notes, and snippets.

@rgodishela
Created April 23, 2017 16:30
Show Gist options
  • Save rgodishela/afe3f682c0d1121d7be41599ab2875c7 to your computer and use it in GitHub Desktop.
Save rgodishela/afe3f682c0d1121d7be41599ab2875c7 to your computer and use it in GitHub Desktop.
Jenkins
Installing Jenkins
sudo 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 binary/ > /etc/apt/sources.list.d/jenkins.list’
sudo apt-get update
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git
sudo apt-get install jenkins
sudo reboot
sudo service jenkins start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment