mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-05 13:29:13 +00:00
avoid NPE
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
94d1e26930
commit
4a929e9479
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -72,7 +72,8 @@ def getFullBuild(jdk, os, mainJdk) {
|
||||
[parserName: 'JavaDoc'],
|
||||
[parserName: 'JavaC']]
|
||||
|
||||
step([$class: 'MavenInvokerRecorder'])
|
||||
step([$class: 'MavenInvokerRecorder', reportsFilenamePattern: "target/invoker-reports/BUILD*.xml",
|
||||
invokerBuildDir: "target/its"])
|
||||
}
|
||||
|
||||
// Report on Maven and Javadoc warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user