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:
Chris Evich 2017-09-11 11:03:05 -04:00
parent a3a0bb5e55
commit ff063984c1

View file

@ -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}"