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
The following commit(s) were added to refs/heads/jenkins-clouseau-windows by
this push:
new ffba4499e Make an attempt to create the Erlang cookie at the expected
location
ffba4499e is described below
commit ffba4499e53b84c99f5521af691c413e03686872
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..9e73712cb 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: """