srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Updated configuration page with jruby configuration #153

Closed sivagollapalli closed 11 years ago

sivagollapalli commented 11 years ago

I have gone through configuration page how to configure multiple ruby versions for various projects. But I couldn't find any config regarding applications which uses jruby?

Could you please let me know where I can find the configuration?

srushti commented 11 years ago

Like setting any other Ruby just put this line in your goldberg_config.rb

config.ruby = 'jruby'

Or replace the jruby in the above line with whatever you would use in your 'rvm use' in your build server. e.g. 'jruby-1.6.0'.

srushti commented 11 years ago

I'm closing this now. Reopen it if there's any problem.

sivagollapalli commented 11 years ago

Could you please update this on configuration documentation. So others will get to know this.

srushti commented 11 years ago

It is mentioned there. You can basically fill in any Ruby your RVM knows about.