[% USE date %] [% inputTypes = { "svn" = "Subversion checkout" , "cvs" = "CVS checkout" , "tarball" = "Download of a tarball" , "string" = "String value" , "boolean" = "Boolean" , "path" = "Local path" , "build" = "Build output" } %] [% BLOCK renderDateTime %] [% date.format(timestamp, '%Y-%m-%d %H:%M:%S') -%] [% END %] [% BLOCK renderBuildList %]
[% END %] | # | [% IF showSchedulingInfo %]Priority | [% END %]Project | Job | Name | System | Timestamp | Description |
---|---|---|---|---|---|---|---|---|
[% IF build.resultInfo.buildstatus == 0 %] [% ELSE %] [% END %] | [% END %][% build.id %] | [% IF showSchedulingInfo %][% build.schedulingInfo.priority %] | [% END %][% build.get_column("project") %] | [% build.attrname %] | [% build.resultInfo.releasename ? build.resultInfo.releasename : build.nixname %] | [% build.system %] | [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] | [% build.description %] |
Finished builds: | [% finishedBuilds %] |
---|---|
Succeeded builds: | [% succeededBuilds %] |
Failed builds: | [% finishedBuilds - succeededBuilds %] |
Total build time: | [% totalBuildTime %]s |
Scheduled builds: | [% scheduledBuilds %] |
Currently executing builds: | [% busyBuilds %] |