Merge "Have zuul use the copied jenkins jobs directory"

This commit is contained in:
Jenkins 2016-06-03 18:03:19 +00:00 committed by Gerrit Code Review
commit 64685a65fe

View File

@ -67,7 +67,7 @@ class openstack_project::zuul_launcher(
git_name => $git_name,
revision => $revision,
git_source_repo => $git_source_repo,
jenkins_jobs => $::project_config::jenkins_job_builder_config_dir,
jenkins_jobs => '/etc/jenkins_jobs/config',
workspace_root => $workspace_root,
worker_private_key_file => $worker_private_key_file,
worker_username => $worker_username,