diff --git a/Jenkinsfile b/Jenkinsfile index deebf06..cda53cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,5 +53,10 @@ pipeline { } } } - + post { + always { + junit 'testout/junit.xml' + junit 'testout/integrationtest.xml' + } + } }