[% WRAPPER layout.tt title="Hydra Overview" %] [% USE date %]
Build ID: | [% build.id %] |
---|---|
Project: | [% build.project.name %] |
Jobset: | [% build.jobset.name %] |
Job name: | [% build.attrname %] |
Description: | [% build.description %] |
Time added: | [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] |
Build started: | [% IF build.starttime %][% date.format(build.starttime, '%Y-%m-%d %H:%M:%S') %][% ELSE %](cached build)[% END %] |
Build finished: | [% IF build.stoptime %][% date.format(build.stoptime, '%Y-%m-%d %H:%M:%S') %][% ELSE %](cached build)[% END %] |
Duration (seconds): | [% IF build.iscachedbuild %] (cached build) [% ELSE %] [% build.stoptime - build.starttime %] [% END %] |
Derivation store path: | [% build.drvpath %] |
Output store path: | [% build.outpath %] |
System: | [% build.system %] |
Status: | [% IF build.buildstatus == 0 %] [% ELSE %] [% END %] |
Name | Type | What | Store path |
---|---|---|---|
[% input.name %] | [% input.type %] | [% IF input.type == "build" %] Job [% input.dependency.project.name %]:[% input.dependency.attrname %] build [% input.dependency.id %] [% ELSIF input.type == "string" %] "[% input.value %]" [% ELSE %] [% input.uri %] [% END %] | [% input.path %] |
Phase |
---|
[% log.logphase %] |
The following builds have used this build as an input:
Build | Input name | System | Timestamp |
---|---|---|---|
Job [% input.build.project.name %]:[% input.build.attrname %] build [% input.build.id %] | [% input.name %] | [% input.build.system %] | [% date.format(input.build.timestamp, '%Y-%m-%d %H:%M:%S') %] |