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 feea70c9c Fix string literal with backslashes
feea70c9c is described below

commit feea70c9c322d229cf4e2711e60932a7d92c1098
Author: Gabor Pali <[email protected]>
AuthorDate: Wed Nov 26 22:12:08 2025 +0100

    Fix string literal with backslashes
---
 build-aux/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index bf091cfba..ca25cac71 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -215,7 +215,7 @@ meta = [
     name: 'Windows 2022',
     spidermonkey_vsn: '128',
     with_clouseau: true,
-    clouseau_java_home: 'C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64',
+    clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/,
     quickjs_test262: false,
     node_label: 'win'
   ]

Reply via email to