报错问题 java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0这个错误说明Jenkins Agent或 Remoting使用的 Java 版本太低。版本对应关系Class File VersionJava版本52.0Java 855.0Java 1161.0Java 17因此当前运行 Agent 的 JVM Java 8Jenkins Remoting 编译版本 Java 17导致无法启动解决方法升级JDK版本到17 LTS以上版本