Switch to Jenkins debian-stable apt repo
We are now running Jenkins stable LTS releases on our Jenkins masters. Switch to consuming upstream's stable apt repo to reflect this. Change-Id: I4bd5172c6c11d6e4ac0b17b0dd9fa804ee02d709
This commit is contained in:
parent
bd2df6c7c3
commit
ea5ee0d094
@ -33,7 +33,7 @@ class jenkins::master(
|
||||
}
|
||||
|
||||
apt::source { 'jenkins':
|
||||
location => 'http://pkg.jenkins-ci.org/debian',
|
||||
location => 'http://pkg.jenkins-ci.org/debian-stable',
|
||||
release => 'binary/',
|
||||
repos => '',
|
||||
require => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user