use build.start_time in webui is set
This commit is contained in:
parent
c80a7aa9ae
commit
8eb55ee35f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue