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

Latest commit

 

History

History
33 lines (20 loc) · 727 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 727 Bytes

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.

  1. Move to your Jenkins home directory.
$ cd <Jenkins home directory>
  1. 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
  1. 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