Skip to content

Instantly share code, notes, and snippets.

@ravibhure
Created July 10, 2015 04:40
Show Gist options
  • Save ravibhure/49e94a60db4b65bd0f26 to your computer and use it in GitHub Desktop.
Save ravibhure/49e94a60db4b65bd0f26 to your computer and use it in GitHub Desktop.
Install Jenkins
wget -q -O - https://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 install jenkins
# exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment