drscream / bamboozled-ruby-plugin

Bamboozled Ruby Plugin for Atlassian Bamboo continuous integration/continuous deployment
Other
24 stars 9 forks source link

Error while detecting ruby version on windows #16

Open tommywo opened 8 years ago

tommywo commented 8 years ago
java.lang.IllegalArgumentException: Unable to parse ruby version string.
    at com.alienfast.bamboozled.ruby.rt.system.SystemRubyUtils.parseRubyVersionString(SystemRubyUtils.java:26)
    at com.alienfast.bamboozled.ruby.rt.windows.WindowsRubyLocator.listRubyRuntimes(WindowsRubyLocator.java:121)

ruby --version output is: ruby 1.9.3p551 (2014-11-13) [i386-mingw32]

rosskevin commented 8 years ago

Hi there, I don't have a windows machine so unfortunately cannot help. I'm happy to accept a PR.

Here's how to get started with development: https://github.com/alienfast/bamboozled-ruby-plugin/wiki/Development