Send Magnum CI build notifications to a Campfire room
Example:
require "magnum/addons/campfire"
# Initialize addon
addon = Magnum::Addons::Campfire.new(
api_token: "token",
subdomain: "team",
room: "room id"
)
# Send build payload
addon.run(build_payload)
Available options:
api_token
- Campfire api tokensubdomain
- Campfire subdomain (https://[team].campfirenow.com)room
- Room ID
Execute test suite:
bundle exec rake test
The MIT License (MIT)
Copyright (c) 2013-2014 Dan Sosedoff, [email protected]