You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/02/03 21:20:14 UTC

[directory-server] branch jenkinsfile2 updated: Record surefire reports for debugging

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

seelmann pushed a commit to branch jenkinsfile2
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/jenkinsfile2 by this push:
     new a050914  Record surefire reports for debugging
a050914 is described below

commit a05091477a964c7172651dc54e0dc18bde0c23b2
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Feb 3 22:20:00 2019 +0100

    Record surefire reports for debugging
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4001e9f..448022f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,7 @@ pipeline {
           post {
             always {
               junit '**/target/surefire-reports/*.xml'
+              archiveArtifacts artifacts: '**/target/surefire-reports/**'
               deleteDir()
             }
           }