1.1.3 • Published 9 years ago

hubot-flubr v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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"]
1.1.3

9 years ago

1.1.2

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago