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

zhangduo pushed a commit to branch HBASE-28694
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-28694 by this push:
     new 6c8beaa5875 fix
6c8beaa5875 is described below

commit 6c8beaa587587abb9a96d5688f03943bcb587af0
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 22:35:57 2024 +0800

    fix
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d764df06b01..cd091b8a6fb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -881,7 +881,7 @@ pipeline {
               fi
               docker build -t hbase-integration-test -f 
"${BASEDIR}/dev-support/docker/Dockerfile" .
               docker run --rm -v "${WORKSPACE}":/hbase -v 
/etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro \
-                  -u `id -u`:`id -g` -e JAVA_HOME="/usr/lib/jvm/java-17" \ 
+                  -u `id -u`:`id -g` -e JAVA_HOME="/usr/lib/jvm/java-17" \
                   -e HADOOP_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED" 
\
                   --workdir=/hbase hbase-integration-test \
                   
component/dev-support/hbase_nightly_pseudo-distributed-test.sh \

Reply via email to