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 58a7507ec86 fix
58a7507ec86 is described below
commit 58a7507ec8673297a7304fdd225ebde12f85773a
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 00:02:22 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 cdda198d9fe..ba9a4b59aad 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -801,7 +801,7 @@ pipeline {
sh """#!/bin/bash -e
echo "Checking the steps for an RM to make a source artifact,
then a binary artifact."
docker build -t hbase-dev-support -f
"${BASEDIR}/dev-support/docker/Dockerfile" .
- docker run -v "${WORKSPACE}":/hbase -u `id -u`:`id -g` -e
JAVA_HOME="/usr/lib/jvm/java-17" --workdir=/hbase hbase-dev-support \
+ docker run -v "${BASEDIR}":/hbase -u `id -u`:`id -g` -e
JAVA_HOME="/usr/lib/jvm/java-17" --workdir=/hbase hbase-dev-support \
"/hbase/dev-support/hbase_nightly_source-artifact.sh" \
--intermediate-file-dir output-srctarball \
--unpack-temp-dir unpacked_src_tarball \