Skip to content

Instantly share code, notes, and snippets.

@kerren
Created July 2, 2018 20:33
Show Gist options
  • Save kerren/f1c7558d5420f7a6fa4efe4f607bf72a to your computer and use it in GitHub Desktop.
Save kerren/f1c7558d5420f7a6fa4efe4f607bf72a to your computer and use it in GitHub Desktop.
Install Jenkins
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo apt-add-repository "deb http://pkg.jenkins-ci.org/debian binary/"
sudo apt install jenkins -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment