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 1baf26e commit 33efd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +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 install openjdk-8-jdk
sudo apt-get install jenkins
sudo systemctl start jenkins
sudo systemctl status jenkins

0 comments on commit 33efd89

Please sign in to comment.