Recent Builds:
Finished Time | Run Duration | Revision | Result | Build # | {{ if $hasBlamelist }}Changes | {{ end }}Info | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{ .ExecutionTime.Finished | localTime "" }} | {{ .ExecutionTime.Duration | humanDuration }} | {{ .Revision.RevisionHTML }} | {{ if eq .Status.String "Success" }}Success | {{ else if eq .Status.String "Failure" }}Failed | {{ else if eq .Status.String "InfraFailure" }}Infra Failure | {{ else if eq .Status.String "Exception" }}Exception | {{ else }}{{ .Status.String }} | {{ end }}{{ .Link.HTML }} | {{ if $hasBlamelist }}{{ $nb := len .Blame }} {{ if lt $nb 4 }} {{ range $i, $c := .Blame }} {{ if gt $i 0 }},{{ end }} {{ if .Changelist }} {{ .Changelist.HTML }} {{ if .AuthorEmail }} by {{ .AuthorEmail }} {{ end }} {{ else }} ({{ .AuthorEmail }}) {{ end }} {{ end }} {{ else }} ({{ $nb }} changes) {{ end }} | {{ end }}
{{ range $i, $value := .Text }}
{{ if gt $i 0 }} {{ end }} {{ . }} {{ end }} |