I've got files stored in my workspace as:
- selenium-tests/results/results-0.xml
- selenium-tests/results/results-1.xml
- selenium-tests/results/results-2.xml
- selenium-tests/results/results-3.xml
- selenium-tests/results/results-4.xml
I'm publishing JUnit test results with the fileset pattern: **/results/results-*.xml
. All five files aren't present in the test results. It's also never the same result files included.
These are three runs back to back to back with the same exact configuration and tests. They're failing because our staging environment is down right now.
I've even gone as far as **/results/results-0.xml, **/results/results-1.xml, **/results/results-2.xml, **/results/results-3.xml, **/results/results-4.xml
and am still having the same issues.