We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdbeb0 commit d45afc9Copy full SHA for d45afc9
1 file changed
dev-support/jenkins/Jenkinsfile
@@ -57,7 +57,7 @@ pipeline {
57
JAVA8_HOME = "/usr/lib/jvm/java-8"
58
JAVA17_HOME = "/usr/lib/jvm/java-17"
59
PLUGINS = 'all'
60
- PERSONALITY = "${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
+ PERSONALITY = "${WORKDIR}/${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
61
}
62
63
0 commit comments