jenkins-bot has submitted this change and it was merged. Change subject: Email and IRC build notifications ......................................................................
Email and IRC build notifications Always send build notifications to [email protected] as even successes may have slightly different output, and the build email signals that the build is completed. Only notify IRC on changes, and reduce the IRC build notice to one message which will wrap onto two lines. Change-Id: I5cc6e11e6bf5ecb2da83f9b1c4d5c40ea9caa694 --- M .travis.yml 1 file changed, 8 insertions(+), 1 deletion(-) Approvals: John Vandenberg: Looks good to me, but someone else must approve Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml index 4759d96..7bac86e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,8 +46,15 @@ - LANGUAGE=fr FAMILY=wiktionary notifications: + email: + recipients: + - [email protected] + on_success: always + on_failure: always irc: channels: - "chat.freenode.net#pywikibot" on_success: change - on_failure: always + on_failure: change + template: + - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} %{build_url}" -- To view, visit https://gerrit.wikimedia.org/r/152834 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5cc6e11e6bf5ecb2da83f9b1c4d5c40ea9caa694 Gerrit-PatchSet: 2 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
