Skip to content

Commit 2e8cd7a

Browse files
author
lerndevops
authored
Update Install-Java-Jenkins-ubuntu.txt
1 parent cffed85 commit 2e8cd7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jenkins/Install-Java-Jenkins-ubuntu.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Install JAVA
1010

1111

1212
Install Jenkins
13-
14-
wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
13+
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
1514
echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
1615
sudo apt-get update
1716
sudo apt-get install jenkins

0 commit comments

Comments
 (0)