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/07/31 19:59:15 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: And more

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 e96f528  And more
e96f528 is described below

commit e96f528320af8345f5e07b447145776f1948a573
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jul 31 15:59:01 2019 -0400

    And more
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 367555d..ecb64ba 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -69,7 +69,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()
@@ -150,6 +150,7 @@ pipeline {
                 gmake check || (build-aux/logfile-uploader.py && false)
 
                 mkdir -p ${WORKSPACE}/test-results/freebsd
+                find . -name "*.xml"
                 mv src/*/.eunit/*.xml ${WORKSPACE}/test-results/${platform}-${arch}/ || true
                 mv _build/*/lib/couchdbtest/*.xml ${WORKSPACE}/test-results/freebsd/ || true
                 # No package build for FreeBSD at this time