hubot-flubr

1.1.3 • Public • Published

NPM version Build Status Dependency Status Downloads

Hubot: Flubr

Hubot script that requests pass/fail images from a Flubr app instance in response to build states

Configuration

Use following env variables:

HUBOT_FLUBR_URL url of a deployed instance of a Flubr app

HUBOT_FLUBR_PASS regexp, defines PASS image trigger phrase

HUBOT_FLUBR_FAIL regexp, defines FAIL image trigger phrase

Installation

Run the following command to install this module as a Hubot dependency

$ npm install hubot-flubr --save

Confirm that hubot-flubr appears as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot":              "2.x",
  "hubot-scripts":      "2.x",
  "hubot-flubr":        "1.0.x"
}

To enable the script, add the hubot-flubr entry to the external-scripts.json file (you may need to create this file).

  ["hubot-flubr"]

Dependents (0)

Package Sidebar

Install

npm i hubot-flubr

Weekly Downloads

4

Version

1.1.3

License

MIT

Last publish

Collaborators

  • okize