Jenkins RVM plugin
RVM build wrapper for Jenkins
Update Notes
From version 0.4 to 0.5 or above
After updating RVM plugin, you need to update your project's configuration files.
- Move to your Jenkins home directory.
$ cd <Jenkins home directory>
- Get update script and save it to temporary directory.
$ curl -o /tmp/convert.rb https://raw.githubusercontent.com/jenkinsci/rvm-plugin/master/bin/convert.rb
- Update project configuration file.
$ jruby /tmp/convert.rb jobs/<project>/config.xml
The update script renames original configuration file to <original file name>.bak
in case update fails.
Contributors: Daniel Foglio