mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make AppVeyor notification similar to Travis
This commit is contained in:
parent
fd20b32130
commit
1d6a31f3d5
1 changed files with 1 additions and 4 deletions
|
@ -131,10 +131,7 @@ notifications:
|
|||
{
|
||||
"attachments": [
|
||||
{
|
||||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"title_link": "{{buildUrl}}",
|
||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
||||
"text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
|
||||
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue