diff --git a/Jenkinsfile b/Jenkinsfile index b06c6ff64c1278ea094e16def20f224feeb0c553..57ba6b736b77c406a503bc196b486ef4a0cf6ff1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,11 +53,11 @@ pipeline { } } } - post { - always{ - junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true - } - } +// post { +// always{ +// junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true +// } +// } } stage('Server') {