This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 4cf8c5b5ec2 HBASE-28678 Addendum add jdk17 result path env
4cf8c5b5ec2 is described below
commit 4cf8c5b5ec2a746106efb9ba56fc5c84bb1e106c
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Jun 29 10:41:42 2024 +0800
HBASE-28678 Addendum add jdk17 result path env
---
dev-support/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b935c2727d1..7eccc74080e 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_JDK11_HADOOP3 = 'output-jdk17-hadoop3'
PROJECT = 'hbase'
PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'