-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jenkins): Align Java's
user.home
with HOME
In a Docker-in-Docker scenario where Jenkins itself is running in Docker on the host, and ORT also inside Docker as part of Jenkins build stages, the `user.home` Java system property diverges from the custom `HOME` directory set in the stage environment, resulting in problems like a netrc file being looked up in the wrong place. Fix this by explicitly setting `user.home` to the same value as `HOME`. Signed-off-by: Mikko Murto <mikko.murto@doubleopen.org>
- Loading branch information
1 parent
e4b018b
commit acda964
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters