[% WRAPPER layout.tt title="Hydra Overview" %]
[% USE date %]
Job [% build.project %]:[% build.attrname %] build [% id %]
Information
Build ID: |
[% build.id %] |
Project: |
[% build.project %] |
Jobset: |
[% build.jobset %] |
Job name: |
[% build.attrname %] |
Description: |
[% build.description %] |
Time added: |
[% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] |
Duration (seconds): |
[% IF build.iscachedbuild %]
(cached build)
[% ELSE %]
[% build.stoptime - build.starttime %]
[% END %]
|
Derivation store path: |
[% build.drvpath %] |
Output store path: |
[% build.outpath %] |
Build inputs
Name | Type | What | Store path |
[% FOREACH input IN build.buildinputs -%]
[% input.name %] |
[% input.type %] |
[% IF input.type == "build" %]
Build [% input.inputid %]
[% ELSE %]
[% input.uri %]
[% END %]
|
[% input.path %] |
[% END -%]
Build products
[% FOREACH product IN build.buildproducts -%]
-
[% SWITCH product.type %]
[% CASE "nix-build" %]
Nix build of path [% product.path %]
[% END %]
[% END -%]
Logs
[% END %]