This is an automated email from the ASF dual-hosted git repository.

pgj pushed a commit to branch jenkins-clouseau-windows
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3c0a9f4c8fa284d5ddb961b2d4f4d7e1daca398b
Author: Gabor Pali <[email protected]>
AuthorDate: Sat Mar 29 12:42:45 2025 +0100

    Remove Erlang cookie
---
 build-aux/Jenkinsfile.full | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b5e1093df..28d7da5a9 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -131,6 +131,11 @@ def generateNativeStage(platform) {
                       gci env:* | sort-object name
                     """, label: 'dump environment settings')
 
+                    powershell( script: """
+                      .\\..\\..\\couchdb-glazier\\bin\\shell.ps1
+                      Remove-Item -Path "${env:HOME}/.erlang.cookie" -Force
+                    """, label: 'wipe out Erlang cookie')
+
                     withClouseau = meta[platform].with_clouseau ? 
'-WithClouseau' : ''
 
                     powershell( script: """

Reply via email to