Skip to content

Instantly share code, notes, and snippets.

@timp21337
Created December 17, 2013 11:54
Show Gist options
  • Select an option

  • Save timp21337/8003838 to your computer and use it in GitHub Desktop.

Select an option

Save timp21337/8003838 to your computer and use it in GitHub Desktop.
Update jenkins
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment