Skip to content

Instantly share code, notes, and snippets.

@ianmariano
Created August 8, 2016 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianmariano/9c0d5005e9ed58fb36add56d5d1f3507 to your computer and use it in GitHub Desktop.
Save ianmariano/9c0d5005e9ed58fb36add56d5d1f3507 to your computer and use it in GitHub Desktop.
Install Jenkins on Ubuntu
wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment