You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/04/04 02:02:27 UTC

[logging-log4j2] branch master updated: Add junit and spotbugs issue recorders

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new e78d347  Add junit and spotbugs issue recorders
e78d347 is described below

commit e78d3470a8359afe9a291377b1cdc2a1c8a5bab9
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Fri Apr 3 21:02:03 2020 -0500

    Add junit and spotbugs issue recorders
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0fb175d..704954b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
                     }
                     post {
                         always {
-                            recordIssues tools: [cpd(), checkStyle(), pmdParser(), mavenConsole(), errorProne()]
+                            recordIssues tools: [cpd(), checkStyle(), pmdParser(), mavenConsole(), errorProne(), junitParser(), spotBugs()]
                         }
                     }
                 }