diff --git a/Jenkinsfile b/Jenkinsfile index 8377babe503d988ed3b9a0176e984a541601821e..13a8ec027e00c9f9177d830ffe6a467074fd33c6 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') {