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:
Clark Boylan 2014-10-07 09:56:01 -07:00
parent bd2df6c7c3
commit ea5ee0d094

View File

@ -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 => [