Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 406 Bytes

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")
    )