Merge pull request #209 from coreos-inc/buildeventkey

Fix build ID key on build queued event
This commit is contained in:
Jimmy Zelinskie 2015-07-01 12:05:21 -04:00
commit 0108273774

View file

@ -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,