[% 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 | System | Timestamp | Description |
---|---|---|---|---|---|---|---|
[% IF build.resultInfo.buildstatus == 0 %] [% ELSE %] [% END %] | [% END %][% build.id %] | [% IF showSchedulingInfo %][% build.schedulingInfo.priority %] | [% END %][% build.project.name %] | [% build.attrname %] | [% build.system %] | [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] | [% build.description %] |