Add the resource key to the build view.
This commit is contained in:
parent
eca525e18c
commit
b5b3d6ce18
1 changed files with 1 additions and 0 deletions
|
@ -1150,6 +1150,7 @@ def build_status_view(build_obj, can_write=False):
|
|||
'job_config': json.loads(build_obj.job_config) if can_write else None,
|
||||
'is_writer': can_write,
|
||||
'trigger': trigger_view(build_obj.trigger),
|
||||
'resource_key': build_obj.resource_key,
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue