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/01 01:48:46 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Look in the proper source extract for test reports

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 5803ef5  Look in the proper source extract for test reports
5803ef5 is described below

commit 5803ef5c31911c20ed5189a31b610dc876b38220
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jul 31 21:48:21 2019 -0400

    Look in the proper source extract for test reports
---
 Jenkinsfile | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 27550c6..f9366ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,6 +25,7 @@ tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
 cd apache-couchdb-*
 ./configure --with-curl
 make eunit || (build-aux/logfile-uploader.py && false)
+find ../couchdb -name "*.xml"
 
 echo
 echo "Build CouchDB packages"
@@ -42,7 +43,6 @@ rm -rf ${WORKSPACE}/pkgs/${platform}
 mkdir -p ${WORKSPACE}/pkgs/${platform}
 mv ../rpmbuild/RPMS/$(arch)/*rpm ${WORKSPACE}/pkgs/${platform} || true
 mv ../couchdb/*.deb ${WORKSPACE}/pkgs/${platform} || true
-find ../couchdb -name "*.xml"
 '''
 
 pipeline {
@@ -184,8 +184,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -218,8 +218,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -252,8 +252,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -286,8 +286,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -320,8 +320,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -354,8 +354,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true
@@ -390,8 +390,8 @@ pipeline {
           } // steps
           post {
             always {
-              junit '${builddir}/couchdb/src/*/.eunit/*.xml'
-              junit '${builddir}/couchdb/_build/*/lib/couchdbtest/*.xml'
+              junit '${builddir}/apache-couchdb-*/src/*/.eunit/*.xml'
+              junit '${builddir}/apache-couchdb-*/_build/*/lib/couchdbtest/*.xml'
             }
             success {
               archiveArtifacts artifacts: 'pkgs/**', fingerprint: true