Skip to content

Instantly share code, notes, and snippets.

@buonzz
Created May 2, 2020 02:24
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 buonzz/8ff4e17b5ad6789517533ada2d66a878 to your computer and use it in GitHub Desktop.
Save buonzz/8ff4e17b5ad6789517533ada2d66a878 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 https://pkg.jenkins.io/debian-stable binary/"
apt-get update
apt-get install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment