HBASE-25204 Nightly job failed as the name of jdk and maven changed (#2567)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
7d00e43dce
commit
28f2c176ec
|
@ -593,9 +593,9 @@ pipeline {
|
||||||
// TODO (HBASE-23870): replace this with invocation of the release tool
|
// TODO (HBASE-23870): replace this with invocation of the release tool
|
||||||
stage ('packaging and integration') {
|
stage ('packaging and integration') {
|
||||||
tools {
|
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.
|
// 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"
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
BASEDIR = "${env.WORKSPACE}/component"
|
BASEDIR = "${env.WORKSPACE}/component"
|
||||||
|
|
|
@ -51,10 +51,10 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage ('run tests') {
|
stage ('run tests') {
|
||||||
tools {
|
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
|
// this needs to be set to the jdk that ought to be used to build releases on the branch
|
||||||
// the Jenkinsfile is stored in.
|
// the Jenkinsfile is stored in.
|
||||||
jdk "JDK 1.8 (latest)"
|
jdk "jdk_1.8_latest"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh """#!/bin/bash -e
|
sh """#!/bin/bash -e
|
||||||
|
|
|
@ -34,8 +34,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
tools {
|
tools {
|
||||||
// this should match what the yetus nightly job for the branch will use
|
// this should match what the yetus nightly job for the branch will use
|
||||||
maven 'Maven (latest)'
|
maven 'maven_latest'
|
||||||
jdk "JDK 1.8 (latest)"
|
jdk "jdk_1.8_latest"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage ('run flaky tests') {
|
stage ('run flaky tests') {
|
||||||
|
|
Loading…
Reference in New Issue