HBASE-25245 : Fixing incorrect maven and jdk names for generate-hbase-website

Closes #2624

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Viraj Jasani 2020-11-04 16:05:42 +05:30
parent 49774c7e18
commit 4bd9ee43a4
No known key found for this signature in database
GPG Key ID: B3D6C0B41C8ADFD5
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ pipeline {
stages {
stage ('generate hbase website') {
tools {
maven 'Maven (latest)'
maven 'maven_latest'
// this needs to be set to the jdk that ought to be used to build releases on the branch the Jenkinsfile is stored in.
jdk "JDK 1.8 (latest)"
jdk "jdk_1.8_latest"
}
steps {
dir('hbase') {