It's branches, not branch

Change-Id: I6e8a70d122b63a03abef371cb7e8fd9ba6edf99b
This commit is contained in:
Monty Taylor 2017-09-25 16:39:42 -05:00
parent a8179ad17f
commit cbc4e298c8
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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