hubot-magnum-ci
v0.1.1
Published
A plugin for Hubot which setups up a webhook listener for Magnum-CI and posts to all rooms listed in HUBOT_DEV_ROOMS
Downloads
3
Readme
hubot-magnum-ci
This Hubot plugin adds a webhook to listen for a Magnum CI build notification and sends a message to the rooms specified.
Installation
Add hubot-magnum-ci to your package.json
file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-trello": "*"
}
OR run npm install --save hubot-magnum-ci
Add hubot-magnum-ci to your external-scripts.json
:
["hubot-magnum-ci"]
Run npm install
Magnum CI Setup
- Login to magnum-ci.com
- Open up the project you want to add webhooks too
- Click on Settings in the top right beneath your User Profile
- Click Webhooks in the left hand navigation section.
- Add your webhook
- Profit
Configuration
HUBOT_DEV_ROOMS - Comma delimitted list for the rooms which a message is sent by Hubot.