Commit 1ac08617 authored by David Lawrence's avatar David Lawrence

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

parent 33a29ba2
......@@ -36,9 +36,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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment