mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-24 22:06:43 +01:00
9 lines
319 B
Cheetah
9 lines
319 B
Cheetah
{
|
|
"extras": {
|
|
"client::display": {
|
|
"contentType": "text/markdown"
|
|
}
|
|
},
|
|
"message": "Execution #: {{ .Task.ID }} \nStatus: {{ .Task.Result }} \nAuthor: {{ .Author }} \n{{ if .Task.Version }}Version: {{ .Task.Version }} \n{{ end }}[Task Link]({{ .Task.URL }})",
|
|
"title": "Task: {{ .Name }}"
|
|
} |