diff --git a/Jenkinsfile b/Jenkinsfile index 9cc74c9..177aea6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,5 +142,11 @@ pipeline { } } } + + post { + always { + junit 'build/reports/**/*.xml' + } + } }