mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update configuration for slack notification.
* Encrypted slack token. * Only notify when build fails and it recovered. * Only notify trunk build without pull requests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a983fc5022
commit
aa30bfd536
1 changed files with 5 additions and 1 deletions
|
@ -86,7 +86,11 @@ notifications:
|
|||
template:
|
||||
- "%{message} by @%{author}: See %{build_url}"
|
||||
|
||||
slack: ruby:69mfLJaJVptlspU8HTQv1DhM
|
||||
slack:
|
||||
secure: lbYVj0Th1AOxovf44zjMr7v6JgWVcsw4tmK3LhzbdpR6GnPHRkrFxDBykk+tE1346qJJ0YLlyFn3ib3Z4QyttIO00Sg6mqk8NGPjG7DrwUJ6o43Yd1ePZr80W+8Wz20/LVEOAhidJI3LANU2+bWa/VdcHtFT1/Cr+CMrdITD+tI=
|
||||
on_pull_requests: false
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
||||
# Local Variables:
|
||||
# mode: YAML
|
||||
|
|
Loading…
Reference in a new issue