Add product version to memcheck records (#1508)
This commit is contained in:
parent
9351547707
commit
9299e32df0
@ -68,6 +68,7 @@ def metadata_from_manifest(manifest):
|
|||||||
'repo_url': repo_trigger['url'],
|
'repo_url': repo_trigger['url'],
|
||||||
'target_branch': repo_trigger['target_branch'],
|
'target_branch': repo_trigger['target_branch'],
|
||||||
'event_type': manifest['components'][PRODUCT_NAME]['build_event'].lower(),
|
'event_type': manifest['components'][PRODUCT_NAME]['build_event'].lower(),
|
||||||
|
f'{PRODUCT_NAME}_version': manifest['components'][PRODUCT_NAME]['version'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user