You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/06 04:55:22 UTC

[archiva] branch master updated: debug this build failure

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new a5489a389 debug this build failure
a5489a389 is described below

commit a5489a38982097804cab177b225b8da42ea3cd88
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Jun 6 14:55:12 2022 +1000

    debug this build failure
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index f807c0014..028f0632e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -111,6 +111,7 @@ pipeline {
             }
             post {
                 always {
+                    sh "cat archiva-cli/target/rat.txt"
                     sh "rm -f /tmp/archiva-master-jdk-8-${env.JOB_NAME}.xml"
                 }
                 failure {