rbenv build wrapper for Jenkins
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
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.