hubot-flubr
v1.1.3
Published
Hubot script that requests pass/fail images from a Flubr app instance in response to build states
Downloads
13
Maintainers
Readme
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 --saveConfirm 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"]