0

My build on Cloudbees fail. For some reason, it is using a file named 'use-ruby' to install Ruby 1.8.7.

Since I use and require 1.9.3, it is always failing. Is there a way to overide that file and get 1.9.3 instead?

SDD64
  • 706
  • 13
  • 28

1 Answers1

1

Just have a look at http://wiki.cloudbees.com/bin/view/DEV/Ruby+Builds on the way to use ruby add-ons to select the version of ruby interpreter to be used for your build

nicolas de loof
  • 2,593
  • 1
  • 13
  • 11