wangzilun
2022-02-23 3fe9a4af65343c6150a505e7d55626e3de12186a
测试
1 files modified
2 ■■■ changed files
Jenkinsfile 2 ●●● patch | view | raw | blame | history
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'
            }
        }