This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 132fce3235d HBASE-29592 Add hadoop 3.4.2 in client integration tests
(#7306)
132fce3235d is described below
commit 132fce3235d1b1071c4cf335c8ddaddedc29683b
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 10:27:09 2025 +0200
HBASE-29592 Add hadoop 3.4.2 in client integration tests (#7306)
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
dev-support/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4bc418017c0..c550272cc3f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -59,8 +59,8 @@ pipeline {
ASF_NIGHTLIES_BASE_ORI =
"${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}"
// These are dependent on the branch
- HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1"
- HADOOP3_DEFAULT_VERSION = "3.4.1"
+ HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1,3.4.2"
+ HADOOP3_DEFAULT_VERSION = "3.4.2"
}
parameters {
booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false,
description: '''Check to use the current HEAD of apache/yetus rather than our
configured release.