Skip to content

Commit

Permalink
Update jenkinsubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
deraviyam authored Oct 27, 2018
1 parent da0835f commit 1baf26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkinsubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
echo deb http://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install -y default-jre
sudo apt-get install jenkins
sudo systemctl start jenkins
sudo systemctl status jenkins

0 comments on commit 1baf26e

Please sign in to comment.