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 f2da486b54f1d977c1a852ed6a135fc3883fb2e1 Author: Gabor Pali <[email protected]> AuthorDate: Sat Mar 29 12:42:45 2025 +0100 Make an attempt to create the Erlang cookie at the expected location --- build-aux/Jenkinsfile.full | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index b5e1093df..73b1b33a0 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 + New-Item "${env:HOME}/.erlang.cookie" -ItemType File -Value "crumbles" + """, label: 'bootstrap Erlang cookie') + withClouseau = meta[platform].with_clouseau ? '-WithClouseau' : '' powershell( script: """
