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 c4d3c0cc3 fixup: configure `CLOUSEAU_JAVA_HOME` properly for CentOS
c4d3c0cc3 is described below
commit c4d3c0cc3044d306b6b34c2a8e88d4199e3a8d81
Author: Gabor Pali <[email protected]>
AuthorDate: Fri Nov 28 00:21:29 2025 +0100
fixup: configure `CLOUSEAU_JAVA_HOME` properly for CentOS
---
build-aux/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index 0c8afbcf4..399a83280 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -40,7 +40,7 @@ meta = [
spidermonkey_vsn: '60',
with_nouveau: true,
with_clouseau: true,
- clouseau_java_home: '/opt/java/openjdk',
+ clouseau_java_home: '/usr',
quickjs_test262: true,
image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}"
],
@@ -50,7 +50,7 @@ meta = [
spidermonkey_vsn: '78',
with_nouveau: true,
with_clouseau: true,
- clouseau_java_home: '/opt/java/openjdk',
+ clouseau_java_home: '/usr',
quickjs_test262: true,
image: "apache/couchdbci-centos:9-erlang-${ERLANG_VERSION}"
],