Merge "Add 'description' field to jobs" into feature/zuulv3

This commit is contained in:
Jenkins 2017-06-12 16:43:29 +00:00 committed by Gerrit Code Review
commit 3408fccd8a
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ class JobParser(object):
'dependencies': to_list(str),
'allowed-projects': to_list(str),
'override-branch': str,
'description': str,
}
return vs.Schema(job)