From 3fe9a4af65343c6150a505e7d55626e3de12186a Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Wed, 23 Feb 2022 15:45:14 +0800
Subject: [PATCH] 测试

---
 Jenkinsfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b269c18..ca4a9ba 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@
             steps {
 
                 //sh 'mvn clean test -U'
-                junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml'
+                //junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml'
 
             }
         }

--
Gitblit v1.9.1