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 6115dca5734 fix
6115dca5734 is described below

commit 6115dca5734719528839165874d2fbbf82b9c143
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Feb 27 23:30:12 2026 +0800

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

diff --git a/dev-support/integration-test.Jenkinsfile 
b/dev-support/integration-test.Jenkinsfile
index 195e63f867c..c8b28d9707c 100644
--- a/dev-support/integration-test.Jenkinsfile
+++ b/dev-support/integration-test.Jenkinsfile
@@ -354,7 +354,7 @@ pipeline {
         def results = []
         results.add('output-srctarball/commentfile')
         
results.add("output-integration-hadoop-${env.HADOOP_VERSION}/commentfile")
-        for (hadoop3_version in getHadoopVersions($env.HADOOP3_VERSIONS) {
+        for (hadoop3_version in getHadoopVersions($env.HADOOP3_VERSIONS)) {
           
results.add("output-integration-hadoop-${hadoop3_version}/commentfile")
         }
         echo env.BRANCH_NAME

Reply via email to