{{.Run.Pipeline}} {{if ne .Run.Pipeline .Run.Name}} - {{.Run.Name}} {{end}}

Path
{{.RunPath}}
Created at
{{.Run.CreatedAt}}
Status
{{.Run.Status}}
Error
{{.Run.Error}}
Status updated
{{.Run.StatusUpdated}}
Git commit hash
{{if .Run.GitCommitHash}} {{.Run.GitCommitHash}} {{else}} (none) {{end}}
Git branch
{{if .Run.GitBranch}} {{.Run.GitBranch}} {{else}} (none) {{end}}
{{if .Params}}

Params

{{range $p := .Params}} {{end}}
{{$p.Name}} {{$p.Value}}
{{end}} {{if .Artifacts}}

Artifacts

{{range $a := .Artifacts}} {{end}}
{{$a.Name}}
{{end}} {{if .ChildRuns}}

Child Runs

{{range $cr := .ChildRuns}} {{end}}
Relative Path Timestamp Pipeline Name Status
{{$cr.RelativePath}} {{$cr.Run.Timestamp}} {{$cr.Run.Pipeline}} {{$cr.Run.Name}} {{$cr.Run.Status}}
{{end}} {{if .Run.Results}}

Results

{{range $res := .Run.Results}} {{end}}
{{$res.Name}} {{toHTML $res.Value}}
{{end}} {{if .FeedStats}}

Feed Stats

{{range $s := .FeedStats}} {{end}}
Feed In Out
{{$s.Feed}} {{$s.Stats.In}} {{$s.Stats.Out}}
{{end}}