Merge "Parent legacy jobs with artifacts legacy-publish-openstack-artifacts" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-28 20:35:02 +00:00 committed by Gerrit Code Review
commit 127a567517
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ class Job:
elif 'openstack/puppet-openstack-integration' in expanded_projects:
output['parent'] = 'legacy-puppet-openstack-integration'
elif has_artifacts:
output['parent'] = 'publish-openstack-artifacts'
output['parent'] = 'legacy-publish-openstack-artifacts'
elif has_draft:
output['success-url'] = 'html/'
output['run'] = os.path.join(self.job_path, 'run')