You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor Digana <ti...@googlemail.com> on 2017/08/15 21:44:52 UTC

How to use Invoker in Jenkinsfile

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