Created
April 12, 2019 13:59
-
-
Save osw4l/0f62d11d69c60f46a624b6701ffa871e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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