mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	Several integration docs instruct the user to create a bot, but don't specify that the type of bot should be "Incoming webhook". Renames create-a-bot.md -> create-an-incoming-webhook.md for clarity, and replaces all incomplete instructions with this macro. Renames bot_types.png -> bot_types_incoming_webhook.png and updates the image with a screenshot of the latest UI.
		
			
				
	
	
	
		
			925 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			925 B
		
	
	
	
	
	
	
	
Get Zulip notifications for your Buildbot builds!
!!! tip ""
This integration requires Buildbot version 2.2.0 or higher.
- 
{!create-stream.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_stream_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!}
