Jenkins (or Hudson) is a continuous integration tool.
A Railroader plugin for Jenkins is available which will allow you to run Railroader automatically when code changes and report the results.
It will also produce trend graphs like this:
Check here for instructions on how to install the plugin.
Docs
Installing the Railroader Plugin
Note: This plugin does not contain Railroader, it only imports and aggregates Railroader results.
Installion Through Plugin Manager Navigate to Manage Jenkins -> Manage Plugins -> Available.
Check the box next to “Railroader” and click the “Install” button at the bottom of the page.
When installation is complete, restart Jenkins.
Manual Installion Install the Static Analysis Core Plugin First, install the Static Analysis Core Plugin.
To do so, navigate through Jenkins to the list of available plugins: Manage Jenkins -> Manage Plugins -> Available.
Docs
Jenkins Job Setup
The main goal when setting up a job is to have Jenkins run Railroader, and then the plugin will read the results.
Ruby must be installed on the Jenkins server.
Enable the plugin On the job configuration page, check the box next to “Publish Railroader warnings”. On newer builds of Jenkins, you’ll find this under the “Add post-build action” dropdown at the bottom of the page.
The plugin will look for an output file from Railroader in the work directory.