diff --git a/Jenkinsfile b/Jenkinsfile index bcc2583..048f4d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,12 @@ pipeline { } } } + post { + always { + nunit testResultsPattern: '**/TestResults.xml' + cobertura coberturaReportFile: '**/coverage.cobertura.xml' + } + } } stage('Publish Docs') { agent { label 'web' } @@ -34,12 +40,6 @@ pipeline { } } } - post { - always { - nunit testResultsPattern: '**/TestResults.xml' - cobertura coberturaReportFile: '**/coverage.cobertura.xml' - } - } environment { BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676') NUGET = credentials('e1bf7f6c-6047-4f7e-b639-15240a8f8351')