From bd98620c4f8dc32510510746cb477aa5bf9ac471 Mon Sep 17 00:00:00 2001 From: Chia-Ping Tsai Date: Mon, 23 Oct 2017 03:49:07 +0800 Subject: [PATCH] HBASE-19066 Correct the directory of openjdk-8 for jenkins Signed-off-by: Sean Busbey --- dev-support/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 1f01a4766de..28efa61e492 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'