Repository: hbase Updated Branches: refs/heads/master 93bac3de0 -> a31e8e34e
HBASE-19066 Correct the directory of openjdk-8 for jenkins Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a31e8e34 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a31e8e34 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a31e8e34 Branch: refs/heads/master Commit: a31e8e34ea2d6de9b40c251bfda8511dfc80f7f7 Parents: 93bac3d Author: Chia-Ping Tsai <[email protected]> Authored: Mon Oct 23 03:49:07 2017 +0800 Committer: Sean Busbey <[email protected]> Committed: Tue Oct 24 09:18:47 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a31e8e34/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 1f01a47..28efa61 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'
