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 837a7717abd206908ff8d605ad9a5020a50cc9a2 Author: Gabor Pali <[email protected]> AuthorDate: Fri Mar 28 13:35:13 2025 +0100 delete: dump information about HOME --- build-aux/Jenkinsfile.full | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index f602663ca..734fa5a1f 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -125,6 +125,12 @@ def generateNativeStage(platform) { "HOMEPATH=${env.HOME}" ]) { dir( "${platform}/build" ) { + + powershell( script: """ + .\\..\\..\\couchdb-glazier\\bin\\shell.ps1 + gci env:* | sort-object name + """, label: 'dump environment settings') + withClouseau = meta[platform].with_clouseau ? '-WithClouseau' : '' powershell( script: """
