This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 35ab7144a82 HBASE-28678 Addendum add jdk17 output path env
35ab7144a82 is described below

commit 35ab7144a82414d0163e68dcf916a217966d3a4f
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Jun 29 10:51:00 2024 +0800

    HBASE-28678 Addendum add jdk17 output path env
---
 dev-support/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b1725e0de4c..689683c6bb7 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'

Reply via email to