0.0.4 • Published 9 years ago

hubot-circleci-notify v0.0.4

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

Receive notifications when your CircleCI build finishes.

Installation

Run npm install --save hubot-circleci-notify

Add hubot-circleci-notify to your external-scripts.json

["hubot-circleci-notify"]

You'll need to set up a webhook from Circle CI to your hubot at the HTTP endpoint /hubot/circleci.

Commands

  • hubot ci[rcle] alert <repo> <branch> - Receive alerts when a build finishes for the given repo/branch.
  • hubot ci[rcle] rm alert <repo> <branch> - Stop receiving alerts when a build finishes on the given repo/branch.
  • hubot ci[rcle] build alert [build number] - Receive an alert when this build finishes.

Note: <repo> is case-insensitive, and does not include the repository owner, just the name.

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago