Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickmak/buildbot-slack

Script for push notification to slack.com from buildbot http://buildbot.net
https://github.com/rickmak/buildbot-slack

Last synced: 3 months ago
JSON representation

Script for push notification to slack.com from buildbot http://buildbot.net

Awesome Lists containing this project

README

        

buildbot-slack
==============

Simple Script for push notification to slack.com from buildbot http://buildbot.net
Depends on requests-2.2.1

Usage
=====
at buildbot.cfg file,

```
import slack
master_config['status'].append(
slack.StatusPush(
"https://hooks.slack.com/services/SLACKABC/SLACKXYZ/your-secret-token",
"#channel",
localhost_replace="buildbot.retain.cc")
)
```