diff --git a/Jenkinsfile b/Jenkinsfile index 38939e2626ca89de2e8424d9b42928a98c998ec5..8377babe503d988ed3b9a0176e984a541601821e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,11 +78,11 @@ pipeline { } } } -// post { -// always{ -// junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true -// } -// } + post { + always{ + junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true + } + } } stage('Build and push client container') {