JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q31054F
  • License MIT

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

Package Exports

  • hubot-flubr

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-flubr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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