Skip to content

Commit 79c685a

Browse files
authored
Merge pull request #9 from elastic/kuisathaverat-patch-1
fix: Use the workspace as HOME
2 parents 2dc2289 + d3edd92 commit 79c685a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ pipeline {
5252
matrix {
5353
agent {label "${PLATFORM}"}
5454
options { skipDefaultCheckout() }
55+
environment {
56+
HOME = "${env.WORKSPACE}"
57+
}
5558
axes {
5659
axis {
5760
name 'PLATFORM'

0 commit comments

Comments
 (0)