Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created April 11, 2011 05:17
Show Gist options
  • Save rdegges/913089 to your computer and use it in GitHub Desktop.
Save rdegges/913089 to your computer and use it in GitHub Desktop.
Install jenkins on a debian-based server.
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
sudo aptitude -y update
sudo aptitude -y install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment