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 b05e7dd50e7 HBASE-28678 Addendum stash jdk17 result when initialization
b05e7dd50e7 is described below
commit b05e7dd50e7b65b3e495d4cfc07b20812abdff51
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Jun 29 10:23:08 2024 +0800
HBASE-28678 Addendum stash jdk17 result when initialization
(cherry picked from commit ea005295dbd65a1a8eb53e3842d1fb45d5b6b696)
---
dev-support/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5f88cb188d2..b935c2727d1 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -189,6 +189,7 @@ pipeline {
stash name: 'jdk8-hadoop2-result', allowEmpty: true, includes:
"${OUTPUT_DIR_RELATIVE_JDK8_HADOOP2}/doesn't-match"
stash name: 'jdk8-hadoop3-result', allowEmpty: true, includes:
"${OUTPUT_DIR_RELATIVE_JDK8_HADOOP3}/doesn't-match"
stash name: 'jdk11-hadoop3-result', allowEmpty: true, includes:
"${OUTPUT_DIR_RELATIVE_JDK11_HADOOP3}/doesn't-match"
+ stash name: 'jdk17-hadoop3-result', allowEmpty: true, includes:
"${OUTPUT_DIR_RELATIVE_JDK17_HADOOP3}/doesn't-match"
stash name: 'srctarball-result', allowEmpty: true, includes:
"output-srctarball/doesn't-match"
}
}