{{define "title"}}LUCI Scheduler :: {{.Job.ProjectID}} :: {{.Job.JobName}}{{end}} {{define "head"}} {{template "job-action-scripts" .}} {{end}} {{define "invocations-list"}} {{range .Second }} {{.InvID}} {{.Started}} {{.TriggeredBy}} {{.Duration}} {{if .ViewURL}} {{.Status}} {{else}} {{.Status}} {{end}} {{end}} {{end}} {{define "pager"}} {{end}} {{define "content"}}
State: {{.Job.State}}
Schedule: {{.Job.Schedule}}
Next run: {{.Job.NextRun}}
Actions:{{template "job-action-buttons" .Job}}

{{if .ShowJobHeader}}

Definition {{if .Job.RevisionURL}} (rev {{.Job.Revision}}) {{else}} (rev {{.Job.Revision}}) {{end}}

Task
{{.Job.Definition}}
Triggering policy
{{.Job.Policy}}
{{if .Job.TriageLog.Available}}
Last triage ({{.Job.TriageLog.LastTriage}})
{{if .Job.TriageLog.Stale}} {{end}}
{{.Job.TriageLog.DebugLog}}
{{end}} {{if .PendingTriggers}}

Pending triggers

{{template "triggers-list" .PendingTriggers}}
{{end}}

{{end}}
{{if .InvocationsActive}} {{template "invocations-list" Pair .Job .InvocationsActive}} {{end}} {{template "invocations-list" Pair .Job .InvocationsLog}}
ID Started Triggered by Duration Status

{{end}}