mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			927 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			927 B
		
	
	
	
	
	
	
	
Get Zulip notifications for your Buildbot builds!
!!! tip ""
This integration requires Buildbot version 2.2.0 or higher.
- 
{!create-channel.md!}
 - 
{!create-an-incoming-webhook.md!}
 - 
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('{{ zulip_url }}', token='api_key', stream='{{ recommended_channel_name }}') 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 stream name you want the notifications sent to. 
{!congrats.md!}
