[前][次][番号順一覧][スレッド一覧]

ruby-changes:57224

From: Takashi <ko1@a...>
Date: Fri, 23 Aug 2019 09:46:18 +0900 (JST)
Subject: [ruby-changes:57224] Takashi Kokubun: 1d6a31f3d5 (master): Make AppVeyor notification similar to Travis

https://git.ruby-lang.org/ruby.git/commit/?id=1d6a31f3d5

From 1d6a31f3d5b1e608dd6726918b64d2369e8df8b1 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Fri, 23 Aug 2019 09:45:46 +0900
Subject: Make AppVeyor notification similar to Travis


diff --git a/appveyor.yml b/appveyor.yml
index 2574f96..3640f97 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,10 +131,7 @@ notifications: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L131
         {
           "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}}"
             }
           ],
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]