Hydra/25: At job pages, show the hash of the output

* added hash of output path to the information tab on build page in stead
This commit is contained in:
Rob Vermaas
2010-04-27 07:55:19 +00:00
parent 2bfddaf4ae
commit a9c2880cf6
2 changed files with 10 additions and 0 deletions

View File

@ -292,6 +292,12 @@
[% END %]
</td>
</tr>
<tr>
<th>Output store path hash:</th>
<td>
<tt>[% pathHash %]</tt>
</td>
</tr>
<tr>
<th>Time added:</th>
<td>[% INCLUDE renderDateTime timestamp = build.timestamp %]</td>