This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-29980
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-29980 by this push:
new b7541ad34c3 fix script
b7541ad34c3 is described below
commit b7541ad34c30a40c800f4588ad34d9090c20e879
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Mar 9 16:16:45 2026 +0800
fix script
---
dev-support/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8383f72778e..6708e2837cb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -140,6 +140,7 @@ pipeline {
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"
script {
+ hadoop3_versions = env.HADOOP3_VERSIONS.split(",");
for (hadoop3_version in hadoop3_versions) {
// confusing environment vs Groovy variables
stash(name: "jdk17-hadoop3-backwards-result-${hadoop3_version}",
allowEmpty: true, includes:
"${env.OUTPUT_DIR_RELATIVE_JDK17_HADOOP3_BACKWARDS}-${hadoop3_version}/doesn't-match")