We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5824b5 commit 4cc7913Copy full SHA for 4cc7913
packer-templates/scripts/jenkins.sh
@@ -12,8 +12,9 @@ apt-get install -y \
12
zip \
13
unzip
14
15
-wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -
16
-echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list
+wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
+sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > \
17
+ /etc/apt/sources.list.d/jenkins.list'
18
19
apt-get update
20
apt-get install -y jenkins
0 commit comments