{{define "build_detail"}} {{.Title}} {{if gt .AutoRefreshSeconds 0}}{{end}} {{template "head" .}} {{template "nav" .}} {{if .Msg}}
{{.Msg}}
{{end}} {{if .Err}}
{{.Err}}
{{end}}

Build Detail

Build ID{{.Build.ID}}
Template ID{{.Build.TemplateID}}
Manifest ID{{.Build.ManifestID}}
Request Name{{.Build.RequestName}}
Status{{.Build.QCStatus}}
QC Job ID{{if .Build.QCJobID}}{{.Build.QCJobID}}{{else}}-{{end}}
QC Site ID{{if .Build.QCSiteID}}{{.Build.QCSiteID}}{{else}}-{{end}}
Preview URL{{if .Build.QCPreviewURL}}open{{else}}-{{end}}
Editor URL{{if .Build.QCEditorURL}}open{{else}}-{{end}}
Started At{{if .Build.StartedAt}}{{.Build.StartedAt}}{{else}}-{{end}}
Finished At{{if .Build.FinishedAt}}{{.Build.FinishedAt}}{{else}}-{{end}}
{{if .CanPoll}}

Build is active. This page auto-refreshes every {{.AutoRefreshSeconds}} seconds.

{{end}} {{if .CanFetchEditorURL}}
{{end}}

Effective Global Data (sent to /sites)

{{prettyJSON .EffectiveGlobal}}

Stored Global Data JSON

{{prettyJSON .Build.GlobalDataJSON}}

AI Data JSON

{{prettyJSON .Build.AIDataJSON}}

Final /sites Payload

{{prettyJSON .Build.FinalSitesPayload}}

QC Result JSON

{{prettyJSON .Build.QCResultJSON}}

QC Error JSON

{{prettyJSON .Build.QCErrorJSON}}

{{end}}