{{define "title"}}LUCI Scheduler :: {{.ProjectID}} :: {{.JobName}}{{end}} {{define "head"}} {{end}} {{define "content"}}

{{if .Error}}Error{{else}}Success{{end}}


{{if .Error}}

Failed to start the invocation - {{.Error}}.

{{else}}

The invocation was successfully queued.

It will appear in the invocations list in a few moments.

{{end}}
{{end}}