jenkinsci / jenkinsci/junit-plugin
[JENKINS-34372] The jUnit plugin doesn't process all xml files
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
I have an issue where Jenkins will happily be processing the contents of jobs that produce two xml files and correctly processes both of them and outputs the results.
Then for no clear reason in the logs only one of the xml files is processed. It remains in this state until I restart Jenkins and then both files are correctly processed until it falls over again.
I have been unable to find any reason for this sudden behaviour - there is no clear difference in the produced files and nothing obvious in the logs.
---
Originally reported by ismith, imported from: The jUnit plugin doesn't process all xml files
Raw content of original issue
I have an issue where Jenkins will happily be processing the contents of jobs that produce two xml files and correctly processes both of them and outputs the results.
Then for no clear reason in the logs only one of the xml files is processed. It remains in this state until I restart Jenkins and then both files are correctly processed until it falls over again.
I have been unable to find any reason for this sudden behaviour - there is no clear difference in the produced files and nothing obvious in the logs.
environment
```
Issue seen on three servers
1.598 with jUnit plugin 1.4
1.625.3 with jUnit plugin 1.9
1.625.3 with jUnit plugin 1.11
```
3 attachments
- [epltest.xml](https://issues.jenkins.io/secure/attachment/32495/epltest.xml)
- [jenkins.log](https://issues.jenkins.io/secure/attachment/32493/jenkins.log)
- [results.xml](https://issues.jenkins.io/secure/attachment/32494/results.xml)
Contributor guide
Assessment
This issue has not been assessed yet.