0.1.1 • Published 10 years ago

hubot-magnum-ci v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

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

  1. Login to magnum-ci.com
  2. Open up the project you want to add webhooks too
  3. Click on Settings in the top right beneath your User Profile
  4. Click Webhooks in the left hand navigation section.
  5. Add your webhook
  6. Profit

Configuration

HUBOT_DEV_ROOMS  - Comma delimitted list for the rooms which a message is sent by Hubot.
0.1.1

10 years ago

0.1.0

10 years ago