mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
7 lines
312 B
Cheetah
7 lines
312 B
Cheetah
{
|
|
"msgtype": "markdown",
|
|
"markdown": {
|
|
"title": "Task: {{ .Name }}",
|
|
"text": "#### Task: {{ .Name }}\nExecution #: {{ .Task.ID }} \nStatus: {{ .Task.Result }} \nAuthor: {{ .Author }} \n{{ if .Task.Version }}Version: {{ .Task.Version }} \n{{ end }}[Task Link]({{ .Task.URL }})"
|
|
}
|
|
} |