#23 open
Jeremy Lightsmith

[PLUGIN] campfire_notifier plugin (with support for all events, configurable messages, includes tests)

Reported by Jeremy Lightsmith | April 21st, 2008 @ 01:47 PM

Similar to the other campfire_notifier, except that it includes the necessary Campfire API dependencies (in vendor/), has a more flexible configuration, supports all events, and includes tests. Instead of hard-coding the events it can handle and the messages it sends, any event can be configured to send any message to campfire: Project.configure do |project| ... project.campfire_notifier.configure do |campfire| # ... (account configuration here) ... campfire.say_on :build_fixed do |build, previous_build| "[CruiseControl] #{build.project.name} FIXED (Build #{build.label}: #{build.url})" end end ... end

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages