Merge "change default jjb revision to 1.6.2"

This commit is contained in:
Jenkins 2017-03-27 15:46:35 +00:00 committed by Gerrit Code Review
commit a1d541f903
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jenkins_ssh_private_key: |
Insert jenkins private key here
-----END RSA PRIVATE KEY-----
jenkins_ssh_public_key: your-jenkins-public-key-no-whitespace
jjb_git_revision: 1.6.1
jjb_git_revision: 1.6.2
#jjb_git_url: https://git.openstack.org/openstack-infra/jenkins-job-builder
#gerrit_server: review.openstack.org
#gerrit_ssh_host_key:

View File

@ -62,7 +62,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', '1.6.1'),
jjb_git_revision => hiera('jjb_git_revision', '1.6.2'),
jjb_git_url => hiera('jjb_git_url',
'https://git.openstack.org/openstack-infra/jenkins-job-builder'),
}