0

Jenkins のテストの構成に行き詰まっています。Publish JUnit テスト結果レポートに test-reports/*.xml がありますが、次のエラーが表示されます。

'test-reports/*.xml' doesn't match anything: 'test-reports' exists but not 'test-reports/*.xml'

* / .xml を試すと、次のようになります。

Did not manage to validate **/*.xml (may be too slow)

.xml ファイルを test-reports フォルダーに手動で投入すると、ビルド後に削除されます。

どうする?

4

1 に答える 1