We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffed85 commit 2e8cd7aCopy full SHA for 2e8cd7a
jenkins/Install-Java-Jenkins-ubuntu.txt
@@ -10,8 +10,7 @@ Install JAVA
10
11
12
Install Jenkins
13
-
14
- wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
+ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
15
echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
16
sudo apt-get update
17
sudo apt-get install jenkins
0 commit comments