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 ade796f4a [DEBUG] Show Clouseau logs on startup error
ade796f4a is described below
commit ade796f4a9a831f9a68dac85357dcbe08bd08f48
Author: Gabor Pali <[email protected]>
AuthorDate: Thu Nov 27 06:18:08 2025 +0100
[DEBUG] Show Clouseau logs on startup error
---
build-aux/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index ca25cac71..9ad235eb0 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -415,8 +415,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"}
- retry(3) {sh "${setClouseauJavaHome}make mango-test"}
+ 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 'make weatherreport-test'}
retry(3) {sh 'make nouveau-test'}
}