Bug 1011250 - Updates IRC notification text to include commit message and also send to #bugzilla

4.4
David Lawrence 2014-05-15 21:42:37 +00:00 committed by Sync
parent 54eae8c76b
commit ab999b1355
2 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
d5c6f33a7876c4ba5e88bdfcf2ce2ae8e31ad1db
a7c6e8a56bdcac31c2620076657a8c608dd18581

View File

@ -35,9 +35,14 @@ after_failure:
- sudo cat /var/log/apache2/error.log
notifications:
irc:
channels:
- "irc.mozilla.org#qa-bugzilla"
- "irc.mozilla.org#bugzilla"
template:
- "Bugzilla %{branch} : %{author} : %{message}"
- "Commit Message : %{commit_message}"
- "Commit Link : %{compare_url}"
- "Build Link : %{build_url}"
on_success: change
on_failure: always
irc: "irc.mozilla.org#qa-bugzilla"
email:
recipients:
- dkl@mozilla.com