Jenkins : Buildcoin Plugin

Deprecated: This plugin has been removed from the Jenkins Update Centre

The Buildcoin service no longer exists.
Archived versions of this plugin remain available for download.

See also: The Continuous Integration Game plugin

Plugin Information

No information for the plugin 'buildcoin-plugin' is available. It may have been removed from distribution.

Sends build info to Buildcoin, a CI game that rewards users for committing often, keeping the build stable, and using pull requests for code reviews.

How it works

This plugin sends the status of each build to Buildcoin to notify your team about build breakages, reward users who fix broken builds, and display current build status on the real-time dashboard.

  1. Sign up at http://buildcoin.com/
  2. You can find your Company API Key on the Manage Company page.
  3. Paste this key into the Buildcoin section of the Jenkins global configuration to report the status of all jobs to Buildcoin.
    1. If you only want to use Buildcoin for certain jobs, you can use the Buildcoin section on the job configuration page instead.
  4. Enjoy!

The configuration screen on the Jenkins global configuration page.

The Buildcoin.com realtime dashboard. It's red because there's a broken build.

Debug mode

The debug mode checkbox can be used for troubleshooting. It will post the build status to any url entered into the API Key text field.

History

Version 1.4 (August 23, 2012)
  • Added some exception handling based on user reports of exceptions in the Jenkins log
Version 1.3 (May 24, 2012)
  • Added plugin name to pom so it now appears as "Buildcoin Plugin" in Jenkins
Version 1.2 (May 23, 2012)
  • Initial release