You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using openjdk 11 on my redhat linux machine. My jenkins upgraded from 2.150.1 to 2.204.2 version. After the upgrade, gitlab-hook-plugin is not loading due to ruby-runtime plugin issue. When I am trying to install ruby-runtime plugin 0.12 I am facing the below error.
java.lang.RuntimeExceptipn: unsupported Java version 11
at org.jruby.RubyInstacneConfig.initiGlobalJavaVersion(RubyInstacneConfig.java:1674)
at org.jruby.RubyInstacneConfig.(RubyInstacneConfig.java:1387)
Hi Team,
I am using openjdk 11 on my redhat linux machine. My jenkins upgraded from 2.150.1 to 2.204.2 version. After the upgrade, gitlab-hook-plugin is not loading due to ruby-runtime plugin issue. When I am trying to install ruby-runtime plugin 0.12 I am facing the below error.
java.lang.RuntimeExceptipn: unsupported Java version 11
at org.jruby.RubyInstacneConfig.initiGlobalJavaVersion(RubyInstacneConfig.java:1674)
at org.jruby.RubyInstacneConfig.(RubyInstacneConfig.java:1387)
Caused: java.lang.ExceptionInInitializerError
Thanks,
Venkat