All Projects → jbox-web → Redmine_jenkins

jbox-web / Redmine_jenkins

Licence: mit
A Redmine plugin which makes building your Jenkins projects easy ;)

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Redmine jenkins

alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-79.71%)
Mutual labels:  jenkins, redmine
Medusa
🐈Medusa是一个红队武器库平台,目前包括扫描功能(200+个漏洞)、XSS平台、协同平台、CVE监控等功能,持续开发中 http://medusa.ascotbe.com
Stars: ✭ 796 (+1053.62%)
Mutual labels:  rails, jenkins
Redmine bootstrap kit
A Redmine plugin which makes developing your own Redmine plugin easy ;)
Stars: ✭ 36 (-47.83%)
Mutual labels:  redmine, rails
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-13.04%)
Mutual labels:  rails
Jenkinspipelineunit
Framework for unit testing Jenkins pipelines
Stars: ✭ 1,110 (+1508.7%)
Mutual labels:  jenkins
Rails 5 api tutorial
Building the Perfect Rails 5 API Only App & Documenting Rails-based REST API using Swagger UI
Stars: ✭ 66 (-4.35%)
Mutual labels:  rails
Anycable rails demo
AnyCable Rails demo application and its different variations
Stars: ✭ 68 (-1.45%)
Mutual labels:  rails
Notifyqq
基于Mojo-WebQQ的Jenkins构建后QQ提醒插件
Stars: ✭ 59 (-14.49%)
Mutual labels:  jenkins
Execution time
How fast is your code? See it directly in Rails console.
Stars: ✭ 67 (-2.9%)
Mutual labels:  rails
Daru View
daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
Stars: ✭ 65 (-5.8%)
Mutual labels:  rails
Localization Zh Cn Plugin
Chinese Localization for Jenkins
Stars: ✭ 65 (-5.8%)
Mutual labels:  jenkins
Ama
"Ask Me Anything" with Rails 5.2 Application
Stars: ✭ 61 (-11.59%)
Mutual labels:  rails
Parcel Rails
Integration of Parcel Javascript module bundler with Rails
Stars: ✭ 67 (-2.9%)
Mutual labels:  rails
Odoo Shopinvader
Odoo Modules. Sorry Magento, Shopinvader is coming
Stars: ✭ 60 (-13.04%)
Mutual labels:  rails
Active attr
What ActiveModel left out
Stars: ✭ 1,155 (+1573.91%)
Mutual labels:  rails
Mongoid rateable
Rating functionality for Mongoid documents
Stars: ✭ 59 (-14.49%)
Mutual labels:  rails
Jenkins Pipeline Libraries
Useful Jenkins Pipeline Libraries to use for whatever.
Stars: ✭ 67 (-2.9%)
Mutual labels:  jenkins
Messenger Bot Rails
Ruby on Rails Gem for the Facebook Messenger Bot Platform
Stars: ✭ 64 (-7.25%)
Mutual labels:  rails
Pivorak Web App
Rails App for PivorakMeetup
Stars: ✭ 64 (-7.25%)
Mutual labels:  rails
Sudo rails
🔒 Sudo mode for your Rails controllers
Stars: ✭ 66 (-4.35%)
Mutual labels:  rails

logo Redmine Jenkins Plugin

GitHub license GitHub release Code Climate Build Status

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 :

## 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

# 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].