diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 93648a14a3b..6356dc88e3b 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -121,7 +121,7 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" TESTS = 'all,-unit,-findbugs' // on branches that don't support jdk7, this will already be JAVA_HOME, so we'll end up not // doing multijdk there. - MULTIJDK = '/usr/lib/jvm/java-8-oracle' + MULTIJDK = '/usr/lib/jvm/java-8-openjdk-amd64' OUTPUT_RELATIVE = "${env.OUTPUT_RELATIVE_GENERAL}" OUTPUTDIR = "${env.OUTPUTDIR_GENERAL}" } @@ -211,7 +211,7 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" OUTPUTDIR = "${env.OUTPUTDIR_JDK8}" // This isn't strictly needed on branches that only support jdk8, but doesn't hurt // and is needed on branches that do both jdk7 and jdk8 - SET_JAVA_HOME = '/usr/lib/jvm/java-8-oracle' + SET_JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64' } steps { unstash 'yetus'