Can you give me pls an example with "invoker" in Jenkinsfile showing test reports in "Test result" screen from maven-invoker-plugin. This should be something similar to "junit"
success {
junit healthScaleFactor: 0.0, allowEmptyResults: true,
keepLongStdio: true, testResults:
'**/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml'
}
--
Cheers
Tibor
