This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-windows-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5ccf16cd16132c6329ebcb4d4c79e2f2d66a8ea2 Author: Gabor Pali <[email protected]> AuthorDate: Fri Mar 28 15:51:48 2025 +0100 Attempt to configure environment for laying down Erlang cookie --- build-aux/Jenkinsfile.full | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 734fa5a1f..728d74265 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -122,7 +122,8 @@ def generateNativeStage(platform) { powershell( script: "New-Item -ItemType Directory -Path '${platform}/build' -Force", label: 'Create build directories' ) powershell( script: "tar -xf (Get-Item apache-couchdb-*.tar.gz) -C '${platform}/build' --strip-components=1", label: 'Unpack release' ) withEnv([ - "HOMEPATH=${env.HOME}" + "HOMEPATH=${env.LOCALAPPDATA}", + "HOME=${env.LOCALAPPDATA}" ]) { dir( "${platform}/build" ) {
