We are running Jenkins 2.19.2 with JDK 1.8. We have maven projects configured to run in older JDKs, and we get the following message:
ERROR: ================================================================================ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Invalid project setup: hudson/maven/AbstractMavenProcessFactory$ConfigureOriginalJDK : Unsupported major.minor version 51.0ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: [JENKINS-18403][JENKINS-28294] JDK 'JDK 1.6' not supported to run Maven projects.ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the master.ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK.ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Retrying with slave Java and setting compile/test properties to point to /opt/ci/java/x64/jdk1.6.ERROR <http://stacktrace.jenkins-ci.org/search?query=ERROR>: ================================================================================ The build runs successfully. We do NOT have a slave named "Java" configured. I am unable to find any documentation that describes what is really going on here. Could someone either explain, or point me to documentation that explains what is really happening here? Specifically what does "Retrying with slave Java ..." mean since we do not have a slave named "Java". Michael -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7c5550ae-1642-4077-b2f0-3eefad8990de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
