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 90d331d68ff fix
90d331d68ff is described below

commit 90d331d68ff24afd22ef6bd62a0f9c541219c79d
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Mar 13 18:17:24 2026 +0800

    fix
---
 dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile 
b/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
index 1a9a40cce77..541b80a8723 100644
--- a/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
+++ b/dev-support/hadoop3-backwards-compatibility-check.Jenkinsfile
@@ -135,6 +135,11 @@ pipeline {
           SKIP_ERRORPRONE = true
           OUTPUT_DIR_RELATIVE = 
"output-jdk17-hadoop3-backwards-${HADOOP3_VERSION}"
           OUTPUT_DIR = "${WORKSPACE}/${OUTPUT_DIR_RELATIVE}"
+          AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc'
+          BLANKS_EOL_IGNORE_FILE = 'dev-support/blanks-eol-ignore.txt'
+          BLANKS_TABS_IGNORE_FILE = 'dev-support/blanks-tabs-ignore.txt'
+          // output from surefire; sadly the archive function in yetus only 
works on file names.
+          ARCHIVE_PATTERN_LIST = 
'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
         }
         stages {
           stage ('run checks') {

Reply via email to