Semaphore/services/tasks/templates/rocketchat.tmpl
2024-03-15 18:30:15 +01:00

12 lines
322 B
Cheetah

{
"text": "execution #{{ .Task.ID }}, status: {{ .Task.Result }}!",
"attachments": [
{
"title": "Task: {{ .Name }}",
"title_link": "{{ .Task.URL }}",
"text": "execution #{{ .Task.ID }}, status: {{ .Task.Result }}!",
"color": "{{ .Color }}"
}
]
}