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

jenkinsci/rvm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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