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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
