buildbot plugin for integration with Slack.
Project description
Buildbot plugin to publish status on Slack
This Buildbot plugin sends messages to a Slack channel when each build starts / finishes with a handy link to the build results.
This plugin is based on many other reporter plugins made for Slack
Contributions are welcome!
Install
via pip
pip install buildbot-slack
Setup
Create a new incoming webhook in your slack account. (see https://api.slack.com/tutorials/slack-apps-hello-world)
Then in your master.cfg, add the following:
from buildbot import reporters
c['services'].append(reporters.SlackStatusPush(
endpoint=<YOUR_WEBHOOK_ENDPOINT>,
))
Additional Options:
channel = None
username = None
attachments = True
Have fun!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file buildbot_slack-0.2.3-py3-none-any.whl.
File metadata
- Download URL: buildbot_slack-0.2.3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.4+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f817b2795d4350a9130b820db421eb01be8e7fd1a6ae7e94ce5a789813737e87
|
|
| MD5 |
f63ff4b33c52be8a5da90462a310b0d0
|
|
| BLAKE2b-256 |
f2f9edad8937daf347ed5608b731004e734add98a64bfcf19c52b7f1778438b0
|