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/07/19 18:25:40 UTC

[logging-log4j2] branch master updated: Re-enable warnings-ng

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 7b3f50c  Re-enable warnings-ng
7b3f50c is described below

commit 7b3f50c80f9c5b708f74a8fee1c2d385256b8b90
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Jul 19 13:25:18 2020 -0500

    Re-enable warnings-ng
---
 Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index adb8c9b..ae22aef 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,11 +72,11 @@ pipeline {
                             // additional warnings generated during build
                             // TODO: would be nice to be able to include checkstyle, cpd, pmd, and spotbugs,
                             //       but current site build takes too long
-//                            recordIssues enabledForFailure: true,
-//                                    sourceCodeEncoding: 'UTF-8',
-//                                    referenceJobName: 'log4j/master',
-//                                    tools: [mavenConsole(), errorProne(), java(),
-//                                            taskScanner(highTags: 'FIXME', normalTags: 'TODO', includePattern: '**/*.java', excludePattern: '*/target/**')]
+                            recordIssues enabledForFailure: true,
+                                    sourceCodeEncoding: 'UTF-8',
+                                    referenceJobName: 'log4j/master',
+                                    tools: [mavenConsole(), errorProne(), java(),
+                                            taskScanner(highTags: 'FIXME', normalTags: 'TODO', includePattern: '**/*.java', excludePattern: '*/target/**')]
                         }
                     }
                 }