Send Magnum CI build notifications to a Hipchat room
Example:
require "magnum/addons/hipchat"
# Initialize addon
addon = Magnum::Addon::Hipchat.new(api_token: "token", room: "room")
# Send build payload
addon.run(build_payload)
NOTE: This addon only supports Hipchat API v2 token
Available options:
api_token
- API tokenroom
- Room ID
- Colored messages
- Team notification
- Build and commit links
Execute test suite:
bundle exec rake test
The MIT License (MIT)
Copyright (c) 2013-2014 Dan Sosedoff, [email protected]