Use template for travis IRC notification
When notifying on IRC, mention the github author's name in the message. This makes it easier to distinguish one message from another during periods of heavy notification activity. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
a3a0bb5e55
commit
ff063984c1
1 changed files with 7 additions and 1 deletions
|
@ -48,4 +48,10 @@ jobs:
|
|||
go: 1.8.x
|
||||
|
||||
notifications:
|
||||
irc: "chat.freenode.net#cri-o"
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#cri-o"
|
||||
template:
|
||||
- "%{author}, %{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
||||
- "%{author}, ^^^^^ changes: %{compare_url}"
|
||||
- "%{author}, ^^^^^ details : %{build_url}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue