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

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


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

commit ebe4bf3647399031c42cef7fa27c4018509ee3bc
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Mar 1 00:34:12 2026 +0800

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

diff --git a/dev-support/integration-test/integration-test.Jenkinsfile 
b/dev-support/integration-test/integration-test.Jenkinsfile
index a22cd43d764..0cb01573692 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -170,7 +170,7 @@ pipeline {
                     echo "Delete stale hadoop cache ${stale}"
                     rm -rf $stale
                   done
-                  rm -rf "${WORKSPACE}/hadoop-install/*"
+                  rm -rf "${WORKSPACE}/hadoop-install" && mkdir 
"${WORKSPACE}/hadoop-install"
                   artifact=$(ls -1 
"${WORKSPACE}"/hadoop-${HADOOP_VERSION}-bin.tar.gz | head -n 1)
                   tar --strip-components=1 -xzf "${artifact}" -C 
"${WORKSPACE}/hadoop-install"
                   if [[ ${HADOOP_VERSION} == 3.* ]]; then

Reply via email to