Skip to content

gluckgames/strider-flowdock-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strider-flowdock-webhook

A webhook that posts strider build messages into flowdock

Setup

Add a webhook for each project like this:

Define channels like this in config.php

$flowdockChannels = array(
    // this has to match the repo name you define in the webhook:
    'repoName' => 
       array(
         'flowdockUrl' => 'https://api.flowdock.com/v1/messages/chat/<yourFlowdockToken>',
         'striderUrl' => 'http://strider.yourcompany.com/yourProject/yourRepo/'
       )
);

About

A webhook that posts strider build messages into flowdock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages