Get Zulip notifications for your Buildbot builds!
This integration requires Buildbot version 2.2.0 or higher.
-
Create the channel you'd like to use for Buildbot notifications.
-
Create a bot for Buildbot. Make sure that you select Incoming webhook as the Bot type.
-
Edit the Buildbot configuration file to add a new Zulip reporter (or follow the steps listed here):
from buildbot.plugins import reporters zs = reporters.ZulipStatusPush('https://chat.zulip.org', token='api_key', stream='buildbot') c['services'].append(zs)When adding the new reporter, modify the code above such that
api_keyis the API key of your Zulip bot, andstreamis set to the channel name you want the notifications sent to.
You're done! Your Buildbot notifications may look like this:

Logos are trademarks of their respective owners. None of the integrations on this page are created by, affiliated with, or supported by the companies represented by the logos.