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 7999f5fddc7 fix
7999f5fddc7 is described below
commit 7999f5fddc7bb0ff6f10f18223f372fdbe0a73ab
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 08:56:21 2024 +0800
fix
---
dev-support/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index a8231aee975..86bc8c03eeb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -801,8 +801,8 @@ 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 "${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" \
+ docker run -v "${WORKSPACE}":/hbase -u `id -u`:`id -g` -e
JAVA_HOME="/usr/lib/jvm/java-17" --workdir=/hbase hbase-dev-support \
+ "component/dev-support/hbase_nightly_source-artifact.sh" \
--intermediate-file-dir output-srctarball \
--unpack-temp-dir unpacked_src_tarball \
--maven-m2-initial .m2-for-repo \