citizenken / rvm-plugin

rvm plugin for Jenkins CI

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/RVM+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

rvm plugin for Jenkins CI

https://wiki.jenkins-ci.org/display/JENKINS/RVM+Plugin

License:MIT License


Languages

Language:Ruby 97.2%Language:HTML 2.8%