diff --git a/Jenkinsfile b/Jenkinsfile index 3d389676..80850b06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { } post { always { - junit 'target/surefire-reports/*.xml' + junit testResults: 'target/surefire-reports/*.xml', keepLongStdio: true, testDataPublishers: [[$class:'AttachmentPublisher']] } } }