-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathadaptivecard-success.json
More file actions
70 lines (70 loc) · 1.82 KB
/
adaptivecard-success.json
File metadata and controls
70 lines (70 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"msTeams": {
"width": "Full"
},
"body": [
{
"text": "myFirst_Job_: Build #167 Success",
"weight": "bolder",
"size": "large",
"color": "good",
"type": "TextBlock",
"wrap": true
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"text": "Notification from myFirst\\_Job\\_: Build Success",
"weight": "bolder",
"size": "default",
"color": "default",
"type": "TextBlock",
"wrap": true
},
{
"text": "Latest status of build #167",
"weight": "default",
"size": "default",
"color": "default",
"type": "TextBlock",
"wrap": true
}
]
}
],
"width": "stretch"
},
{
"facts": [
{
"title": "Status",
"value": "Build Success"
},
{
"title": "Remarks",
"value": "Started by John."
},
{
"title": "Developers",
"value": "Mike"
}
],
"type": "FactSet"
}
]
}
}
]
}