We support a wide variety of JDK varieties; here is the reference page: https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix You can change the version of the JDK in the 'Job Config' page for your specific build. Also I've cc'ed builds@apache.org as that is the build testing/ CI appropriate mailing list :)
Cheers! On Sat, Feb 24, 2018 at 3:05 PM, Chia-Hung Lin <cli...@googlemail.com> wrote: > When building artifact, the process fails with error > > [ERROR] Failure executing javac, but could not parse the error: > > In the console output, Jenkins prints messages > > /home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin > /home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin > > That seems that Jenkins build server still support 1.7 instead of 1.8. > If so, any chance to support Java 8? > > Thanks