[% 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') %]
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 %]

Build inputs

[% FOREACH input IN build.inputs -%] [% END -%]
NameTypeWhatStore path
[% input.name %] [% input.type %] [% IF input.type == "build" %] Job [% input.dependency.project %]:[% input.dependency.attrname %] build [% input.dependency.id %] [% ELSIF input.type == "string" %] "[% input.value %]" [% ELSE %] [% input.uri %] [% END %] [% input.path %]

Build products

Logs

[% FOREACH log IN build.buildlogs -%] [% END -%]
Phase
[% log.logphase %]
[% IF build.dependents %]

Used by

The following builds have used this build as an input:

[% FOREACH input IN build.dependents -%] [% END -%]
BuildInput nameSystemTimestamp
Job [% input.build.project %]:[% input.build.attrname %] build [% input.build.id %] [% input.name %] [% input.build.system %] [% date.format(input.build.timestamp, '%Y-%m-%d %H:%M:%S') %]
[% END %] [% END %]