This is an automated email from the ASF dual-hosted git repository.
pgj pushed a commit to branch jenkins-clouseau-3.0.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/jenkins-clouseau-3.0.0 by this
push:
new 601b93c58 [DEBUG] Set Erlang cookie explicitly for running Clouseau
601b93c58 is described below
commit 601b93c58ebc7f0308e0670aefc1210d0138aec6
Author: Gabor Pali <[email protected]>
AuthorDate: Thu Nov 27 13:52:40 2025 +0100
[DEBUG] Set Erlang cookie explicitly for running Clouseau
---
build-aux/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index b404be4f5..c5932797c 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -419,8 +419,8 @@ def generateContainerStage(platform) {
// retry(3) {sh 'make eunit'}
// if (meta[platform].quickjs_test262) {retry(3) {sh 'make
quickjs-test262'}}
// retry(3) {sh 'make elixir'}
- retry(3) {sh "${setClouseauJavaHome}make elixir-search ||
cat dev/logs/clouseau1.log"}
- retry(3) {sh "${setClouseauJavaHome}make mango-test || cat
dev/logs/clouseau1.log"}
+ retry(3) {sh "${setClouseauJavaHome}make elixir-search
ERLANG_COOKIE=crumbles || cat dev/logs/clouseau1.log"}
+ retry(3) {sh "${setClouseauJavaHome}make mango-test
ERLANG_COOKIE=crumbles || cat dev/logs/clouseau1.log"}
sh 'find clouseau'
sh 'cat clouseau/clouseau.conf'
sh 'epmd -names'