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

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


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

commit 4019c9e07e05c748e6d8d98ee294775a18c36ba0
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Mar 13 18:01:51 2026 +0800

    fix
---
 dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile 
b/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
index ecd3d416e8c..1a9a40cce77 100644
--- a/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
+++ b/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
@@ -183,7 +183,7 @@ pipeline {
             script {
               stash name: "jdk17-hadoop3-backwards-result-${HADOOP3_VERSION}", 
includes: "${OUTPUT_DIR_RELATIVE}/commentfile"
               junit testResults: 
"${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
-              / zip surefire reports.
+              // zip surefire reports.
               sh '''#!/bin/bash -e
                 if [ ! -f "${OUTPUT_DIR}/commentfile" ]; then
                   echo "(x) {color:red}-1 jdk17 hadoop ${HADOOP3_VERSION} 
backward compatibility checks{color}" >"${OUTPUT_DIR}/commentfile"

Reply via email to