diff --git a/Jenkinsfile b/Jenkinsfile index f0e733694..952a0730c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } post { always { - echo 'This will always run' + junit 'build/reports/**/*.xml' } success { echo 'This will run only if successful'