jenkinsci / jenkinsci/java-client-api
Build.getTestReport will throw IOException during serialization
Open
- Dominant language
- Java
- Stars
- 913
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
When I try to serial JonWithDetail, the metho getTestReport in Build.class will throw IOException because the test report does not exist.
It caused issue when I try to serial the whole java object. Is there way to avoid this issue? If the test report request not returned properly, return null instead of throwing exception?
Contributor guide
Assessment
This issue has not been assessed yet.