Skip to content

Commit 6623539

Browse files
committed
add more checks
1 parent 44be257 commit 6623539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pipeline {
7676
always {
7777
recordIssues(
7878
enabledForFailure: true, aggregatingResults: true,
79-
tools: [java(), checkStyle(reportEncoding: 'UTF-8'), spotBugs()])
79+
tools: [java(), mavenConsole(), javaDoc(), checkStyle(reportEncoding: 'UTF-8'), spotBugs()])
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)