mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	The context property was previously being used in the macro `git-webhook-url-with-branches` which has been removed as it is not in use any longer. The context property was now being used only in 2 integration docs, both of which used it only in a single location, and directly used their own names as the channel name. Making the context property unnecessary.
		
			
				
	
	
	
		
			906 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			906 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='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. 
{!congrats.md!}
