This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c68fe4  PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: fix 
Java 11 path)
8c68fe4 is described below

commit 8c68fe435d0cc7d8bc69ccb05bc6536ba5647113
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Sep 23 10:31:08 2021 +0200

    PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: fix Java 11 path)
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e169eca..7521e48 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,8 +55,8 @@ pipeline {
                         }
                         environment {
                             //HBase 2.2.7 cannot be built with Java 11
-                            PATH = 
"/usr/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH"
-                            JAVA_HOME = 
"/usr/usr/lib/jvm/java-8-openjdk-amd64/"
+                            PATH = 
"/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH"
+                            JAVA_HOME = "/usr/lib/jvm/java-8-openjdk-amd64"
                             HBASE_VERSION = sh(returnStdout: true, script: 
"mvn help:evaluate -Dexpression=hbase-${HBASE_PROFILE}.runtime.version -q 
-DforceStdout").trim()
                         }
                         steps {

Reply via email to