{{ define "title" }}Job #{{ $.Data.Job.ID }}{{ end }} {{ define "content" }}

Job details (#{{ $.Data.Job.ID }})


ID {{ $.Data.Job.ID }}
Type {{ $.Data.Job.Type }}
Status {{ $.Data.Job.Status }}
Build Job ID {{ if $.Data.Job.BuildJobID }} {{ $.Data.Job.BuildJobID }} {{ else }} N/A {{ end }}
Parent Type {{ $.Data.Job.ParentType }}
Parent ID {{ $.Data.Job.ParentID }}
Input {{ $.Data.Job.Input }}
Log log (txt)

Artifacts


{{ range $.Data.Artifacts }} {{ end }}
ID File name
{{ .ID }} {{ .Filename }}
{{ end }}