Skip to content

magnumci/addon-hipchat

Repository files navigation

Hipchat Addon

Send Magnum CI build notifications to a Hipchat room

Build Status Code Climate

Usage

Example:

require "magnum/addons/hipchat"

# Initialize addon
addon = Magnum::Addon::Hipchat.new(api_token: "token", room: "room")

# Send build payload
addon.run(build_payload)

Configuration

NOTE: This addon only supports Hipchat API v2 token

Available options:

  • api_token - API token
  • room - Room ID

Features

  • Colored messages
  • Team notification
  • Build and commit links

Testing

Execute test suite:

bundle exec rake test

License

The MIT License (MIT)

Copyright (c) 2013-2014 Dan Sosedoff, [email protected]

About

Send build notifications to a Hipchat room

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages