You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by ma...@apache.org on 2021/02/09 09:18:20 UTC

[james-project] 23/27: JAMES-3225 archive test-run.log for stable tests

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

matthieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit a5179300e399dbf43a54397daf39def9059a4b64
Author: Jean Helou <jh...@codamens.fr>
AuthorDate: Thu Feb 4 13:26:11 2021 +0100

    JAMES-3225 archive test-run.log for stable tests
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index ef7da53..05f6645 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -100,6 +100,7 @@ pipeline {
                     junit(testResults: '**/failsafe-reports/*.xml', allowEmptyResults: true)
                 }
                 failure {
+                    archiveArtifacts artifacts: '**/target/test-run.log' , fingerprint: true
                     archiveArtifacts artifacts: '**/surefire-reports/*' , fingerprint: true
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org