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
commit 570367182655adf80d18f7fe3d5fc46fc9af5b9b Author: Gabor Pali <[email protected]> AuthorDate: Thu Nov 27 08:18:18 2025 +0100 [DEBUG] Dump some more debug information --- build-aux/Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index f901cb6b2..b404be4f5 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -418,9 +418,13 @@ def generateContainerStage(platform) { sh 'make' // retry(3) {sh 'make eunit'} // if (meta[platform].quickjs_test262) {retry(3) {sh 'make quickjs-test262'}} - // retry(3) {sh 'make elixir'} + // 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"} + sh 'find clouseau' + sh 'cat clouseau/clouseau.conf' + sh 'epmd -names' + sh "${meta[platform].clouseau_java_home}/bin/java --version" // retry(3) {sh 'make weatherreport-test'} // retry(3) {sh 'make nouveau-test'} }
