You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/07 23:54:08 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Try to debug CPSE test further

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

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new 6e1b855  Try to debug CPSE test further
6e1b855 is described below

commit 6e1b8558e8e66176f88c8d2fcbb0d43a80ef4d3f
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Aug 7 19:53:56 2019 -0400

    Try to debug CPSE test further
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f8f6a2f..b4fa46a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
   options {
     buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
     // This fails the build immediately if any parallel step fails
-    parallelsAlwaysFailFast()
+    // parallelsAlwaysFailFast()
     preserveStashes(buildCount: 10)
     timeout(time: 3, unit: 'HOURS')
     timestamps()