{{define "title"}}Job History: {{.Name}}{{end}} {{define "scripts"}} {{end}} {{define "content"}}
| Build ID | Started | Duration | Result | 
|---|---|---|---|
| {{if .SpyglassLink}}{{.ID}} {{else}}{{.ID}}{{end}} | {{.Started}} | {{.Duration}} | {{.Result}} | 
| Latest Runs{{end}} {{if .NewerLink}} | <- Newer Runs{{end}} {{if .OlderLink}} | Older Runs ->{{end}} | 
Showing {{.ResultsShown}}/{{.ResultsTotal}} results
{{end}} {{template "page" (settings mobileUnfriendly lightMode "job-history" .)}}