From b8db06b0536cf73c206f8d39cf73a021a057450c Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 28 Oct 2021 09:51:48 +0200 Subject: [PATCH] skip post test results --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b06c6ff64c..57ba6b736b 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') { -- GitLab