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

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


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

commit 9f6f9cb423055ce6533fdbb2009bb685fdb0002c
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Aug 10 10:03:40 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 c5d58818b8c..a453613f184 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -108,7 +108,7 @@ pipeline {
                 sshPublisherDesc(configName: 'Nightlies',
                   transfers: [
                     sshTransfer(remoteDirectory: 
"hbase/${JOB_NAME}/${BUILD_NUMBER}",
-                      sourceFiles: output-srctarball/hbase-src.tar.gz
+                      sourceFiles: "output-srctarball/hbase-src.tar.gz"
                     )
                   ]
                 )

Reply via email to