Skip to content

Commit 6b5f234

Browse files
committed
Revert dummy change and rebase PR
1 parent 56cd622 commit 6b5f234

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

dev-support/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline {
5757
JAVA8_HOME = "/usr/lib/jvm/java-8"
5858
JAVA17_HOME = "/usr/lib/jvm/java-17"
5959
PLUGINS = 'all'
60-
PERSONALITY = "${WORKDIR}/${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
60+
PERSONALITY = "${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
6161
}
6262

6363

dev-support/jenkins/hbase-personality.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ personality_plugins "all"
2121
## @stability evolving
2222
function personality_globals
2323
{
24-
# shellcheck disable=SC2034
25-
BUILDTOOL=maven
2624
#shellcheck disable=SC2034
2725
PROJECT_NAME=hbase-thirdparty
2826
#shellcheck disable=SC2034

0 commit comments

Comments
 (0)