wangzilun
2022-02-23 d5bdc9081590e1da099378c3624f0ce999d9a7d7
Jenkinsfile
@@ -33,7 +33,7 @@
        stage('testMaven') {
            steps {
                sh 'mvn clean test -U'
                //sh 'mvn clean test -U'
                junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml'
            }