Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

jenkinsci/rbenv-plugin

Repository files navigation

Jenkins rbenv plugin

Build Status

rbenv build wrapper for Jenkins

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Building the plugin from source

Follow these steps if you are interested in hacking on the plugin.

Find a version of JRuby to install via rbenv-install -l

Install JRuby

rbenv install jruby-1.6.7
rbenv local jruby-1.6.7

Install the development gems

bundle install
rbenv rehash

Build the plugin

rake package

Look at Getting Started with Ruby Plugins to get up to speed on things.