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

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


The following commit(s) were added to refs/heads/HBASE-29930-branch-2 by this 
push:
     new 29f9113b1c4 debug
29f9113b1c4 is described below

commit 29f9113b1c4b0c9931c488bbec775bf1138eb392
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Mar 2 08:34:46 2026 +0800

    debug
---
 dev-support/integration-test/integration-test.Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/integration-test/integration-test.Jenkinsfile 
b/dev-support/integration-test/integration-test.Jenkinsfile
index b684b953d8e..e31bb9481f2 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -84,10 +84,12 @@ pipeline {
         '''
         echo "make sure we have proper hbase tarballs under hbase-assembly"
         sh '''#!/bin/bash -e
+          ls "${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/
           if [ 2 -ne $(ls -1 
"${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/hbase-*-bin.tar.gz | 
grep -v hadoop3 | wc -l) ]; then
             echo '(x) {color:red}-1 testing binary artifact{color}\n-- source 
tarball did not produce the expected binaries.' >>output-srctarball/commentfile
             exit 1
           fi
+          ls -1 
"${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/hbase-*-hadoop3-*-bin.tar.gz
           if [[ "${BRANCH_NAME}" == *"branch-2"* ]]; then
             if [ 2 -eq $(ls -1 
"${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/hbase-*-hadoop3-*-bin.tar.gz
 | wc -l) ]; then
                echo '(x) {color:red}-1 testing binary artifact{color}\n-- 
source tarball did not produce the expected hadoop3 binaries.' 
>>output-srctarball/commentfile

Reply via email to