We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1476e8c commit 5dfdcd1Copy full SHA for 5dfdcd1
dev-support/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
59
ASF_NIGHTLIES_BASE_ORI = "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
60
ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}"
61
// These are dependent on the branch
62
- HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0"
+ HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1"
63
HADOOP3_DEFAULT_VERSION = "3.4.1"
64
}
65
parameters {
0 commit comments