[Jenkins] Jenkins version pinned to 2.19.1 LTS

Change-Id: I651e2fdac68c7a0fea9ab5b0c518b4d75834cf71
This commit is contained in:
Alexander Bochkarev 2016-10-20 15:00:17 +03:00
parent 86d29ccdb3
commit df3da52454
1 changed files with 4 additions and 0 deletions

View File

@ -14,4 +14,8 @@ node default {
package { 'unzip':
ensure => present
}
Package<| title == 'jenkins' |> {
ensure => '2.19.1',
}
}