Merge "Add zuul git_source_repo parameter"

This commit is contained in:
Jenkins 2015-09-14 16:42:54 +00:00 committed by Gerrit Code Review
commit a4dc1a084a

View File

@ -28,6 +28,7 @@ class openstackci::zuul_merger(
$git_name = 'Zuul',
$manage_common_zuul = true,
$revision = 'master',
$git_source_repo = 'https://git.openstack.org/openstack-infra/zuul',
) {
if $manage_common_zuul {
@ -41,6 +42,7 @@ class openstackci::zuul_merger(
git_email => $git_email,
git_name => $git_name,
revision => $revision,
git_source_repo => $git_source_repo,
}
}