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 a2874203f56 fiox
a2874203f56 is described below

commit a2874203f56e8ead77247e6bda8a4ec4ae11f620
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Feb 28 16:26:59 2026 +0800

    fiox
---
 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 ad51bdc0c46..7b72c26cba0 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -91,7 +91,7 @@ pipeline {
     always {
       script {
         def srcFile = "${env.WORKSPACE}/output-srctarball/hbase-src.tar.gz"
-        if (fileExists(srcFile) {
+        if (fileExists(srcFile)) {
           echo "upload hbase-src.tar.gz to nightlies"
           sshPublisher(publishers: [
             sshPublisherDesc(configName: 'Nightlies',

Reply via email to