Merge pull request #209 from coreos-inc/buildeventkey
Fix build ID key on build queued event
This commit is contained in:
commit
0108273774
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def start_build(repository, prepared_build, pull_robot_name=None):
|
|||
|
||||
# Add the build to the repo's log and spawn the build_queued notification.
|
||||
event_log_metadata = {
|
||||
'build_uuid': build_request.uuid,
|
||||
'build_id': build_request.uuid,
|
||||
'docker_tags': prepared_build.tags,
|
||||
'repo': repository.name,
|
||||
'namespace': repository.namespace_user.username,
|
||||
|
|
Reference in a new issue