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

vatamane pushed a commit to branch improve-ci-runs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a66acc2755e7fe8967b03167a7b8ecf85e89d96c
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Dec 19 17:10:07 2025 -0500

    Back to failfast=false for now
---
 build-aux/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index 0563159ce..665a16c46 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -670,7 +670,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