diff --git a/Jenkinsfile b/Jenkinsfile index c7fcc98..3024ba6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,12 +57,10 @@ pipeline { post { always { junit(testResults: 'testout/junit/**/*.xml', - keepLongStdio: true, - uniqueName: 'Unit Tests') + keepLongStdio: true) junit(testResults: 'testout/integrationtest/**/*.xml', - keepLongStdio: true, - uniqueName: 'Integration tests') + keepLongStdio: true) } } }