Bump JJB pin to 1.6.2

In order to address a dependency installation issue around PBR
version capping, update to the stable point release of
jenkins-job-builder which solves that problem.

Change-Id: I999e9490217ef3f03cee46b7843fedf53230d230
This commit is contained in:
Jeremy Stanley 2017-04-15 14:50:06 +00:00
parent 8015dd90b2
commit 6d356334de

View File

@ -52,7 +52,7 @@ class zuul::launcher (
}
package { 'jenkins-job-builder':
ensure => '1.6.1',
ensure => '1.6.2',
provider => openstack_pip,
require => Class['pip'],
}