Skip to content

Commit d45afc9

Browse files
committed
Fix path
1 parent ebdbeb0 commit d45afc9

1 file changed

Lines changed: 1 addition & 1 deletion

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 = "${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
60+
PERSONALITY = "${WORKDIR}/${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
6161
}
6262

6363

0 commit comments

Comments
 (0)