use build.start_time in webui is set

This commit is contained in:
Mike McLean 2015-11-04 16:30:22 -05:00
parent c80a7aa9ae
commit 8eb55ee35f

View file

@ -1182,7 +1182,7 @@ def buildinfo(environ, buildID):
if not values.has_key(field):
values[field] = None
values['start_time'] = build['creation_time']
values['start_time'] = build.get('start_time') or build['creation_time']
# the build start time is not accurate for maven and win builds, get it from the
# task start time instead
if mavenbuild or winbuild: