-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
# java -version
openjdk version "1.8.0_332"
OpenJDK Runtime Environment (build 1.8.0_332-b09)
OpenJDK 64-Bit Server VM (build 25.332-b09, mixed mode)
Jenkins 2.346.2
When updating plugins and selecting Compatible, Trilead is listed as a compatible option, although it's really not. This has broken all of my pipelines which rely upon an ssh connection to their agents and I'm not able to downgrade the Trilead plugin.
Failed to load hudson.plugins.sshslaves.DefaultJavaProvider java.lang.UnsupportedClassVersionError: com/trilead/ssh2/Connection has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
- duplicates
-
JENKINS-69229 ServerHostKeyVerifier has been compiled by a more recent version of the Java Runtime (class file version 55.0)
- Closed