]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1011250 - Updates IRC notification text to include commit message and also send...
authorDavid Lawrence <dkl@mozilla.com>
Thu, 15 May 2014 21:44:03 +0000 (21:44 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 15 May 2014 21:44:03 +0000 (21:44 +0000)
.travis.yml

index 8eb77ddff6aa0b4066863863152d49ee96972ba4..68e2b47e2a27916738e5fc7d02642aac51f2f440 100644 (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