Skip to content

rickmak/buildbot-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages