Merge "It's branches, not branch" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-26 00:13:20 +00:00 committed by Gerrit Code Review
commit d66a7391f0
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ class Job:
job_vars.update(self.vars)
if self.branch:
output[self.name]['branch'] = self.branch
output[self.name]['branches'] = self.branch
if self.files:
output[self.name]['files'] = self.files