Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbox-web/redmine_jenkins
A Redmine plugin which makes building your Jenkins projects easy ;)
https://github.com/jbox-web/redmine_jenkins
jenkins rails redmine redmine-plugin ruby
Last synced: 2 months ago
JSON representation
A Redmine plugin which makes building your Jenkins projects easy ;)
- Host: GitHub
- URL: https://github.com/jbox-web/redmine_jenkins
- Owner: jbox-web
- License: mit
- Created: 2014-03-17T13:47:22.000Z (almost 11 years ago)
- Default Branch: devel
- Last Pushed: 2020-02-14T09:28:47.000Z (almost 5 years ago)
- Last Synced: 2024-03-26T11:24:06.320Z (10 months ago)
- Topics: jenkins, rails, redmine, redmine-plugin, ruby
- Language: Ruby
- Homepage:
- Size: 885 KB
- Stars: 71
- Watchers: 19
- Forks: 32
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ![logo](https://raw.github.com/jbox-web/redmine_jenkins/gh-pages/images/jenkins_logo.png) Redmine Jenkins Plugin
[![GitHub license](https://img.shields.io/github/license/jbox-web/redmine_jenkins.svg)](https://github.com/jbox-web/redmine_jenkins/blob/devel/LICENSE)
[![GitHub release](https://img.shields.io/github/release/jbox-web/redmine_jenkins.svg)](https://github.com/jbox-web/redmine_jenkins/releases/latest)
[![Code Climate](https://codeclimate.com/github/jbox-web/redmine_jenkins.png)](https://codeclimate.com/github/jbox-web/redmine_jenkins)
[![Build Status](https://travis-ci.org/jbox-web/redmine_jenkins.svg?branch=devel)](https://travis-ci.org/jbox-web/redmine_jenkins)### A Redmine plugin which makes building your Jenkins projects easy ;)
This plugin allows straightforward management of Jenkins projects within Redmine.
## Installation
Assuming that you have Redmine installed :
```sh
## 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!
```## Troubleshooting
> 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
```sh
# in case you are running apache2 with passenger, try this:
redmine$ bundle install --deployment
```## Contribute
You can contribute to this plugin in many ways such as :
* Helping with documentation
* Contributing code (features or bugfixes)
* Reporting a bug
* Submitting translations