hydra/src/root/log.tt
2012-04-17 16:53:11 +02:00

18 lines
527 B
Plaintext

[% WRAPPER layout.tt title="Logfile" %]
[% PROCESS common.tt %]
<div class="page-header"><h1>Build log of [% INCLUDE renderFullJobNameOfBuild %] build <a href="[% c.uri_for('/build' build.id) %]">[% build.id %]</a>[%IF step %] step [% step.stepnr %][% END %]</h1></div>
<p>
This is the build log of path <tt>[% IF step; step.outpath; ELSE; build.outpath; END %]</tt>.
[% IF step && step.machine %]
It was built on <tt>[% step.machine %]</tt>.
[% END %]
</p>
<div class="buildlog">
[% logtext -%]
</div>
[% END %]