Project

General

Profile

Plugins Directory » RedJenkins

Author: Peter Schüllermann
Website: https://github.com/Pepperrs/red_jenkins
Code repository: https://github.com/Pepperrs/red_jenkins
Registered on: 2015-07-05 (about 9 years ago)
Current version: 1.0.3
Compatible with: Redmine 3.0.x
User ratings:   (0)

RedJenkins is a plugin for Redmine that enhances Redmines capabilities by allowing test cases run by Jenkins to be included and assigned to issues.

Installation notes

Step 1: Changing into your plugin directory (e.g. C:\Bitnami\redmine-3.0.0-0\apps\redmine\htdocs\plugins) and clone the project by:

git clone https://github.com/Pepperrs/red_jenkins.git

Step 2: install missing Gems run this to install missing gems

bundle install --no-deployment

Step 3: Changing into your root directory of Redmine (e.g. C:\Bitnami\redmine-3.0.0-0\apps\redmine\htdocs) and run the following command:

rake redmine:plugins:migrate RAILS_ENV=production

or

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Step 4: Restart Redmine

See also: http://www.redmine.org/projects/redmine/wiki/Plugins

Changelog

1.0.3 (2015-07-13)

Compatible with Redmine 3.0.x.