Skip to content

Instantly share code, notes, and snippets.

@melice
Created June 26, 2016 10:12
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 melice/c8d9cfcab04e5fe4a1145db447b8694c to your computer and use it in GitHub Desktop.
Save melice/c8d9cfcab04e5fe4a1145db447b8694c to your computer and use it in GitHub Desktop.
#!/etc/bash
#jenkins.stable.sh
wget -q -O - http://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
echo "deb http://pkg.jenkins.io/debian-stable binary/" | sudo tee -a /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install -y jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment