Project

General

Profile

Plugins Directory » Redmine Buildbot

Author: Christoph Kappel
Website: http://subforge.org/projects/redmine_buildbot/wiki
Code repository: http://hg.subforge.org/redmine_buildbot/
Registered on: 2011-04-09 (about 13 years ago)
Current version: 0.0.1
Compatible with: Redmine 1.0.x, 1.1.x, 1.2.x
User ratings:   (0)

Redmine Buildbot

This plugin provides a simple integration of Buildbot jobs into Redmine. It uses the XMLRPC interface of Buildbot to fetch the data and add it to the database.

Features

Usage

The plugin cannot update itself, either a user need to click on the update link in the Buildbot pane or an automated rake task that runs e.g. hourly. A timestamp is used and stored internally to fetch jobs in a given range, starting from this timestamp up to now. After a complete update the timestamp is updated and so on.

Rake tasks

  • redmine_buildbot:fetch[projectname]
  • redmine_buildbot:clear[projectname]

License

This plugin can be distributed under the terms of the GNU GPLv2. See the file COPYING for details.

Installation notes

  1. Either clone the Mercurial repository or download the latest snapshot:

    hg clone http://hg.subforge.org/redmine_buildbot

    http://hg.subforge.org/redmine_buildbot/archive/tip.tar.gz

    Make sure the plugin is installed to vendor/plugins/redmine_buildbot

  1. Run the plugin migrations rake db:migrate_plugins
  2. Restart your Redmine webserver
  3. Login and add the required permissions to your user roles
  4. Enter hostname and start time in the settings pane for your project(s)
  5. Either click update or run the rake task rake redmine_buildbot:fetch[projectname]

Changelog

0.0.1 (2011-04-09)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.