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 5259782fcc7da76837b16a7ae36fff86d401b813
Author: Gabor Pali <[email protected]>
AuthorDate: Sun May 4 19:02:14 2025 +0200

    Use Erlang cookie string for Clouseau
---
 build-aux/Jenkinsfile.full | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index cfb02e959..67dd03d21 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -147,13 +147,13 @@ def generateNativeStage(platform) {
                     powershell( script: """
                       .\\..\\..\\couchdb-glazier\\bin\\shell.ps1
                       Set-Item -Path env:GRADLE_OPTS -Value 
'-Dorg.gradle.daemon=false'
-                      make -f Makefile.win elixir-search
+                      make -f Makefile.win elixir-search ERLANG_COOKIE=crumbles
                     """, label: 'Clouseau tests')
 
                     powershell( script: """
                       .\\..\\..\\couchdb-glazier\\bin\\shell.ps1
                       Set-Item -Path env:GRADLE_OPTS -Value 
'-Dorg.gradle.daemon=false'
-                      make -f Makefile.win mango-test
+                      make -f Makefile.win mango-test ERLANG_COOKIE=crumbles
                     """, label: 'Mango tests')
 
                     powershell( script: 
'.\\..\\..\\couchdb-glazier\\bin\\shell.ps1; Write-Host "NOT AVAILABLE: make -f 
Makefile.win weatherreport-test"', label: 'N/A Weatherreport tests')

Reply via email to