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
commit 30dcf70d89be044dda05cb38d4572096053e2ba9 Author: Matt Sicker <[email protected]> AuthorDate: Sat Apr 4 14:43:57 2020 -0500 Only scan for todo items in java files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da835a3..310ea66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { archiveArtifacts artifacts: '**/*.jar', fingerprint: true recordIssues sourceCodeEncoding: 'UTF-8', referenceJobName: 'log4j/master', tools: [mavenConsole(), errorProne(), java(), // junitParser() // TODO: compare with junit step - taskScanner(highTags: 'FIXME', normalTags: 'TODO', excludePattern: '*/target/**')] + taskScanner(highTags: 'FIXME', normalTags: 'TODO', includePattern: '**/*.java', excludePattern: '*/target/**')] } } stage('Windows') {
