Skip to content

Instantly share code, notes, and snippets.

@abtris
Created December 13, 2011 17:21
Show Gist options
  • Select an option

  • Save abtris/1473007 to your computer and use it in GitHub Desktop.

Select an option

Save abtris/1473007 to your computer and use it in GitHub Desktop.
Install LTS Jenkins on Ubuntu
wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | sudo apt-key add -
echo 'deb http://pkg.jenkins-ci.org/debian-stable binary/' >jenkins
sudo cp jenkins /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install -y jenkins
@hgontijo

Copy link
Copy Markdown

Very useful. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment