This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 77879ac18cb HBASE-28678 Addendum align the nightly jenkinsfile with
master branch
77879ac18cb is described below
commit 77879ac18cbee0cfa0256fbc0d3b2710cb13a26c
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Jun 29 10:44:14 2024 +0800
HBASE-28678 Addendum align the nightly jenkinsfile with master branch
---
dev-support/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b935c2727d1..0a47726e53c 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -37,6 +37,7 @@ pipeline {
OUTPUT_DIR_RELATIVE_JDK8_HADOOP2 = 'output-jdk8-hadoop2'
OUTPUT_DIR_RELATIVE_JDK8_HADOOP3 = 'output-jdk8-hadoop3'
OUTPUT_DIR_RELATIVE_JDK11_HADOOP3 = 'output-jdk11-hadoop3'
+ OUTPUT_DIR_RELATIVE_JDK17_HADOOP3 = 'output-jdk17-hadoop3'
PROJECT = 'hbase'
PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'