ruby-changes:60317
From: Takashi <ko1@a...>
Date: Sat, 7 Mar 2020 16:47:26 +0900 (JST)
Subject: [ruby-changes:60317] 65aa68b009 (master): Hook an experimental alert from AppVeyor
https://git.ruby-lang.org/ruby.git/commit/?id=65aa68b009 From 65aa68b009ef088ddb38fc58159bff9183dfe473 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 6 Mar 2020 23:46:55 -0800 Subject: Hook an experimental alert from AppVeyor diff --git a/appveyor.yml b/appveyor.yml index 17efe00..711c526 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -92,3 +92,21 @@ notifications: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L92 on_build_success: false on_build_failure: true on_build_status_changed: false + # New Slack notification (experimental) + - provider: Webhook + method: POST + url: + secure: CcFlJNDJ/a6to7u3Z4Fnz6dScEPNx7hTha2GkSRlV+1U6dqmxY/7uBcLXYb9gR3jfQk6w+2o/HrjNAyXMNGU/JOka3s2WRI4VKitzM+lQ08owvJIh0R7LxrGH0J2e81U # simpler alerts + body: >- + {{^isPullRequest}} + { + "ci": "AppVeyor CI", + "env": "Visual Studio 2013 / 2015", + "url": "{{buildUrl}}", + "commit": "{{commitId}}", + "branch": "{{branch}}" + } + {{/isPullRequest}} + on_build_success: false + on_build_failure: true + on_build_status_changed: false -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/