Skip to content

Instantly share code, notes, and snippets.

@sjmach
Created December 15, 2014 10:34
Show Gist options
  • Save sjmach/b557a8d95c72db4de7d9 to your computer and use it in GitHub Desktop.
Save sjmach/b557a8d95c72db4de7d9 to your computer and use it in GitHub Desktop.
Installing Jenkins on Ubuntu machine
wget -q -O - https://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