Skip to content

wiebersk/hubot-magnum-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Hubot script to add Magnum-CI build notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published