forked from lix-project/hydra
* hydra: show finish time on build status overview
This commit is contained in:
parent
052ce8c577
commit
ceeba31320
|
@ -131,7 +131,7 @@
|
|||
[% IF build.resultInfo.iscachedbuild %]
|
||||
(cached from [% INCLUDE renderFullBuildLink build=cachedBuild %])
|
||||
[% ELSE %]
|
||||
[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %]
|
||||
[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %] <tt>finished at [% INCLUDE renderDateTime timestamp = build.resultInfo.stoptime %]</tt>
|
||||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue