This is an automated email from the ASF dual-hosted git repository.
liuxiaocs 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 bc7805c20d5 HBASE-29923 Polish the nightly jenkins file (#7944)
bc7805c20d5 is described below
commit bc7805c20d5ab99df28fabd8561f90ed23cac9ce
Author: Xiao Liu <[email protected]>
AuthorDate: Fri Mar 20 17:28:37 2026 +0800
HBASE-29923 Polish the nightly jenkins file (#7944)
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 0d8613bea5cb5cee8b237208bb1794ae961600d6)
---
dev-support/Jenkinsfile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index e0393bb79d7..f22e67d04e8 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -38,7 +38,6 @@ pipeline {
OUTPUT_DIR_RELATIVE_JDK8_HADOOP3 = 'output-jdk8-hadoop3'
OUTPUT_DIR_RELATIVE_JDK11_HADOOP3 = 'output-jdk11-hadoop3'
OUTPUT_DIR_RELATIVE_JDK17_HADOOP3 = 'output-jdk17-hadoop3'
- OUTPUT_DIR_RELATIVE_JDK17_HADOOP3_BACKWARDS =
'output-jdk17-hadoop3-backwards'
PROJECT = 'hbase'
PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'
@@ -58,9 +57,6 @@ pipeline {
ASF_NIGHTLIES = 'https://nightlies.apache.org'
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,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.