* hydra: show finish time on build status overview
This commit is contained in:
@ -131,7 +131,7 @@
|
|||||||
[% IF build.resultInfo.iscachedbuild %]
|
[% IF build.resultInfo.iscachedbuild %]
|
||||||
(cached from [% INCLUDE renderFullBuildLink build=cachedBuild %])
|
(cached from [% INCLUDE renderFullBuildLink build=cachedBuild %])
|
||||||
[% ELSE %]
|
[% 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 %]
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user