テスト結果は、私はジェンキンスでSOAPUIテスト結果をログに記録するプラグイン確実なレポートを使用していますジェンキンス
の失敗のエントリが重複して表示されます。
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>5.1.2</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<projectFile>${basedir}/i-services-bkt.xml</projectFile>
<outputFolder>${basedir}/target/surefire-reports</outputFolder>
<junitReport>true</junitReport>
<junitHtmlReport>false</junitHtmlReport>
<exportAll>true</exportAll>
<printReport>true</printReport>
<testFailIgnore>true</testFailIgnore>
</configuration>
</execution>
</executions>
ジョブがJenkinsで実行された後、レポートの失敗ごとに2つのエントリが表示されます。私は、JUnitの公開レポートを使ってポストビルドアクションを持っています。