-
Notifications
You must be signed in to change notification settings - Fork 2
/
card_failure.json
65 lines (65 loc) · 1.36 KB
/
card_failure.json
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
{
"config": {
"wide_screen_mode": true
},
"header": {
"template": "blue",
"title": {
"content": "Drone CI Notification",
"tag": "plain_text"
}
},
"elements": [
{
"tag": "markdown",
"content": "**Game/Game-Web-Frontent**"
},
{
"tag": "hr"
},
{
"tag": "markdown",
"content": "*dev分支*\n**提交者:** *keepchen*"
},
{
"tag": "img",
"title": {
"tag": "lark_md",
"content": ""
},
"img_key": "img_v2_e38b7ff9-2d11-467f-80c1-4c40fca7afag",
"alt": {
"tag": "plain_text",
"content": "failure"
}
},
{
"tag": "markdown",
"content": "**Commit信息**:*Merge branch 'pre-preview' into 'preview' 合并代码到preview See merge request game/game-web-frontent!569*"
},
{
"tag": "hr"
},
{
"tag": "markdown",
"content": "[查看Commit信息](https://www.baidu.com) | [查看构建信息](https://www.baidu.com)"
},
{
"tag": "note",
"elements": [
{
"tag": "plain_text",
"content": "Powered By"
},
{
"tag": "img",
"img_key": "img_v2_1276726d-d435-4f52-b042-a76093814d1g",
"alt": {
"tag": "plain_text",
"content": "keepchen"
}
}
]
}
]
}