Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 702 Bytes

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/'
       )
);