some build do not generate amnymore junit results
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
5ebc36c450
commit
8b3de3beb3
|
@ -145,7 +145,7 @@ def mavenBuild(jdk, cmdline, mvnName, consoleParsers) {
|
|||
}
|
||||
finally
|
||||
{
|
||||
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml'
|
||||
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml', allowEmptyResults: true
|
||||
if(consoleParsers!=null){
|
||||
warnings consoleParsers: consoleParsers
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue