Skip to content

Instantly share code, notes, and snippets.

@osw4l
Created April 12, 2019 13:59
Show Gist options
  • Select an option

  • Save osw4l/0f62d11d69c60f46a624b6701ffa871e to your computer and use it in GitHub Desktop.

Select an option

Save osw4l/0f62d11d69c60f46a624b6701ffa871e to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install openjdk-8-jdk wget gnupg
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt update
sudo apt install jenkins
systemctl status jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment