Pin jjb to 1.6.1

As the jjb team works towards 2.0, master might have become a little bit
less stable than day to day CI folks want to consume.

Change-Id: I43525974d1703d4f0b863df568e0a919f0e7ae34
This commit is contained in:
Monty Taylor
2016-08-05 12:51:02 -05:00
parent b54527ac77
commit a3cbfaf21c

View File

@@ -60,7 +60,7 @@ node default {
nodepool_revision => hiera('nodepool_revision', 'master'),
nodepool_git_source_repo => hiera('nodepool_git_source_repo',
'https://git.openstack.org/openstack-infra/nodepool'),
jjb_git_revision => hiera('jjb_git_revision', 'master'),
jjb_git_revision => hiera('jjb_git_revision', '1.6.1'),
jjb_git_url => hiera('jjb_git_url',
'https://git.openstack.org/openstack-infra/jenkins-job-builder'),
}