35 lines
1,000 B
Smarty
35 lines
1,000 B
Smarty
{
|
|
"cards": [
|
|
{
|
|
"header": {
|
|
"title": "{{ .Title }}",
|
|
"subtitle": "{{ .SubTitle }}",
|
|
"imageUrl": "{{ .IconUrl }}",
|
|
"imageStyle": "IMAGE"
|
|
},
|
|
"sections": [
|
|
{
|
|
"widgets": [
|
|
{
|
|
"textParagraph": {
|
|
"text": "<b>Project:</b> {{ .Project }}<br><b>Commit-id:</b> <font color=\"#FF0000\">{{ .Commit }}</font><br><b>Branch:</b> <font color=\"#00FF00f\">{{ .Branch }}</font><br><b>Build Status:</b> <font color=\"#0000ff\">{{ .Status }}</font>"
|
|
},
|
|
"buttons": [
|
|
{
|
|
"textButton": {
|
|
"text": "Job Details",
|
|
"onClick": {
|
|
"openLink": {
|
|
"url": "{{ .GitURL }}/{{ .Project }}/actions/runs/{{ .ActionID }}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|