This plugin allows straightforward management of Jenkins projects within Redmine.
Assuming that you have Redmine installed :
## Before install the plugin, stop Redmine!
# Switch user
root# su - redmine
# First git clone Bootstrap Kit
redmine$ cd REDMINE_ROOT/plugins
redmine$ git clone https://github.com/jbox-web/redmine_bootstrap_kit.git
redmine$ cd redmine_bootstrap_kit/
redmine$ git checkout 0.2.3
# Then Redmine Jenkins plugin
redmine$ cd REDMINE_ROOT/plugins
redmine$ git clone https://github.com/jbox-web/redmine_jenkins.git
redmine$ cd redmine_jenkins/
redmine$ git checkout 1.0.1
# Install gems and migrate database
redmine$ cd REDMINE_ROOT/
redmine$ bundle install --without development test
redmine$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_jenkins
## After install the plugin, start Redmine!
I got a problem, when using apache2, passenger and git-gems, like this: http://stackoverflow.com/questions/6648870/is-not-checked-out-bundle-install-does-not-fix-help
# in case you are running apache2 with passenger, try this:
redmine$ bundle install --deployment
You can contribute to this plugin in many ways such as :