summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-07 19:53:56 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-07 19:53:56 -0400
commit6e1b8558e8e66176f88c8d2fcbb0d43a80ef4d3f (patch)
treecddf4d641a9671dbe7e81f67cb762bc2123a1f9e
parent3bbaa5328740899834190943ccb68d360dcf8b7d (diff)
downloadcouchdb-jenkins-junit-reports-and-jenkins-env.tar.gz
Try to debug CPSE test furtherjenkins-junit-reports-and-jenkins-env
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index f8f6a2f8b..b4fa46a27 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()