We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44be257 commit 6623539Copy full SHA for 6623539
Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
76
always {
77
recordIssues(
78
enabledForFailure: true, aggregatingResults: true,
79
- tools: [java(), checkStyle(reportEncoding: 'UTF-8'), spotBugs()])
+ tools: [java(), mavenConsole(), javaDoc(), checkStyle(reportEncoding: 'UTF-8'), spotBugs()])
80
}
81
82
0 commit comments