Skip to content

magnumci/addon-campfire

Repository files navigation

Campfire Addon

Send Magnum CI build notifications to a Campfire room

Usage

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)

Configuration

Available options:

  • api_token - Campfire api token
  • subdomain - Campfire subdomain (https://[team].campfirenow.com)
  • room - Room ID

Testing

Execute test suite:

bundle exec rake test

License

The MIT License (MIT)

Copyright (c) 2013-2014 Dan Sosedoff, dan.sosedoff@gmail.com

About

Send build notifications to a Campfire room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages