Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOME is still needed, but set it to env.WORKSPACE instead
Browse files Browse the repository at this point in the history
glin committed Jul 5, 2023
1 parent f3b8a35 commit a73e4ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -5,6 +5,9 @@ pipeline {
label 'docker'
}
}
environment {
HOME = "${env.WORKSPACE}"
}
options {
ansiColor('xterm')
}

0 comments on commit a73e4ce

Please sign in to comment.