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 (over 13 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 1.0.x, 1.1.x, 1.2.x | |
User ratings: |
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¶
- Works project-wise (http://subforge.org/projects/subtle/buildbot)
- Adds jobs as events to the activity pane (http://subforge.org/projects/subtle/activity)
- Adds related jobs to revision view (http://subforge.org/projects/subtle/repository/revisions/2771)
- Provides rake tasks to automate updates
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
- 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
- Run the plugin migrations
rake db:migrate_plugins
- Restart your Redmine webserver
- Login and add the required permissions to your user roles
- Enter hostname and start time in the settings pane for your project(s)
- 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.