Skip to content

Instantly share code, notes, and snippets.

@annagapuz
Created June 9, 2017 04:58
Show Gist options
  • Save annagapuz/c2fef5d5e236a6fafe5be1a620976a0b to your computer and use it in GitHub Desktop.
Save annagapuz/c2fef5d5e236a6fafe5be1a620976a0b to your computer and use it in GitHub Desktop.
Ended up being too memory intensive, but it worked:
==================================================
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
If it doesn't start automatically:
sudo /etc/init.d/jenkins start
Change port:
sudo vi /etc/init.d/jenkins
sudo /etc/init.d/jenkins restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment