All Projects → jenkinsci → campfire-plugin

jenkinsci / campfire-plugin

Licence: other
Jenkins campfire plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to campfire-plugin

aws-sqs-plugin
Jenkins plugin that triggers builds on events that are published via Amazon Simple Queue Service (SQS) (Allow default IAM access (no access/security keys required).
Stars: ✭ 22 (+4.76%)
Mutual labels:  adopt-this-plugin
testlink-plugin
Jenkins testlink plugin
Stars: ✭ 45 (+114.29%)
Mutual labels:  adopt-this-plugin
artifact-promotion-plugin
A simple Jenkins plugin to promote artifacts.
Stars: ✭ 29 (+38.1%)
Mutual labels:  adopt-this-plugin
badge-plugin
Jenkins Badge plugin
Stars: ✭ 29 (+38.1%)
Mutual labels:  adopt-this-plugin
virtualbox-plugin
Jenkins virtualbox plugin
Stars: ✭ 33 (+57.14%)
Mutual labels:  adopt-this-plugin
change-assembly-version-plugin
No description or website provided.
Stars: ✭ 15 (-28.57%)
Mutual labels:  adopt-this-plugin
plot-plugin
Jenkins plot plugin
Stars: ✭ 54 (+157.14%)
Mutual labels:  adopt-this-plugin
parameterized-trigger-plugin
Jenkins parameterized-trigger plugin
Stars: ✭ 63 (+200%)
Mutual labels:  adopt-this-plugin
custom-tools-plugin
A generic tool installer for Jenkins
Stars: ✭ 25 (+19.05%)
Mutual labels:  adopt-this-plugin
mercurial-plugin
wiki.jenkins-ci.org/display/jenkins/mercurial+plugin
Stars: ✭ 53 (+152.38%)
Mutual labels:  adopt-this-plugin
conditional-buildstep-plugin
A Jenkins plugin which allows to contol the step execution by conditions
Stars: ✭ 16 (-23.81%)
Mutual labels:  adopt-this-plugin

Campfire notifier plugin for Jenkins

This is a fork of the plugin developed by Jens Lukowski. More information about the original plugin is available from the Hudson wiki and this blog post from Jens.

Development of the original plugin seemed to stall, so I forked it to address a number of issues and add some extra features...

  • Refactored the code to fix a number of null pointer exceptions.
  • Moved from per-job to global config.
  • Fixed issues with configuration details being lost after a restart.
  • Tidied up jelly view for configuration form and added help files for each field.
  • Added a link to the build in notifications sent to campfire.

Other features have since been added including...

  • Support for campfire accounts with SSL enabled, added by Joshua Krall.
  • A smart notification feature, added by Brad Greenlee, which disables success notifications unless the previous build was unsuccessful.
  • Play sounds on build success and failure, added by Henry Poydar.
  • Build notifications now include commit info.
  • Room to which notifications are sent can be customised per-project.
  • Subdomain and API token can be customized per-project.

Note: The plugin code is a bit of a mess, partly just because I don't have a lot of Java experience, but also because I simply haven't got the time to tidy it up. It does work though, and we use it daily without any trouble.

Update: The plugin code is less of a mess that it was, thanks to Dante Briones. Yay, thanks Dante, and welcome aboard!

Installation

This plugin is available from the [Update Center] (https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Howtoinstallplugins) in your Jenkins installation.

Troubleshooting

If you get HttpClient or WebClient exceptions, that probably means you've got some configuration setting wrong (while there is some validation of configuration settings, it's far from extensive).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].