This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch jenkins-optimize-uuids-generations
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 52f72c3c7790d5d2b978de718122b7fc876dfa7a
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Oct 14 00:25:50 2025 -0400

    ci test run, do not merge
---
 build-aux/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index dfba236c7..483021b3a 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -647,7 +647,7 @@ pipeline {
       steps {
         script {
           // Including failFast: true in map fails the build immediately if 
any parallel step fails
-          parallelStagesMap = meta.collectEntries( [failFast: true] ) { key, 
values ->
+          parallelStagesMap = meta.collectEntries( [failFast: false] ) { key, 
values ->
             if (values.image) {
               ["${key}": generateContainerStage(key)]
             }

Reply via email to