This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6b60c2a5b9c7ea93915032328df3b14e4bff7639 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)] }
