Make AppVeyor notification similar to Travis
This commit is contained in:
parent
fd20b32130
commit
1d6a31f3d5
@ -131,10 +131,7 @@ notifications:
|
|||||||
{
|
{
|
||||||
"attachments": [
|
"attachments": [
|
||||||
{
|
{
|
||||||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
"text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
|
||||||
"title_link": "{{buildUrl}}",
|
|
||||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
|
||||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
|
||||||
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
|
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user