diff --git a/Jenkinsfile b/Jenkinsfile index f273944..81a21f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { } } archiveArtifacts '**/target/*.jar' - junit '**/target/surefire-reports/**/*.xml' + junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/target/*-reports/**/*.xml' recordIssues tools: [mavenConsole(), eclipse(), javaDoc()], unstableTotalAll: 1, filters: [ excludeMessage('.*JAR will be empty.*'), // for unit tester ]