Skip to content

Instantly share code, notes, and snippets.

@ErickWendel
Created December 27, 2017 20:52
Show Gist options
  • Save ErickWendel/e668d00eead57248710e886f7e4e617a to your computer and use it in GitHub Desktop.
Save ErickWendel/e668d00eead57248710e886f7e4e617a to your computer and use it in GitHub Desktop.
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