Send Magnum CI build notifications to a Slack channel
Example:
require "magnum/addons/slack"
# Initialize addon
addon = Magnum::Addon::Slack.new(team: "team", token: "token")
# Send build payload
addon.run(build_payload)
Available options:
team
- Slack team name (https://TEAM.slack.com)token
- Slack access tokenchannel
- Notifier channel. Default is#general
Execute test suite:
bundle exec rake test
The MIT License (MIT)
Copyright (c) 2013-2014 Dan Sosedoff, dan.sosedoff@gmail.com