jenkinsci / jenkins.rb

Deprecated, see https://www.jenkins.io/jep/7
393 stars 83 forks source link

Upgrade jruby version to address linux installation failure #106

Closed cthulhu-bot closed 9 years ago

cthulhu-bot commented 9 years ago

JRuby 1.7.16 contained a bug which caused the jenkins.rb plugin to fail installation in linux environments with the following error:

2173 - on jboss wildfly when starting a rack application: stat unsupported or native support failed to load

This issue was fixed in JRuby 1.7.17 so suggest bumping to this JRuby version.

jenkinsadmin commented 9 years ago

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

eitoball commented 9 years ago

@cthulhu-bot The latest version of JRuby seems to be 1.7.18. Can you change to the version?

cthulhu-bot commented 9 years ago

Ok updated!