External storage prototype#110
Conversation
…hading, please please do not pick a different groupId.
… step need not query the implementation just to determine UNSTABLE status.
…y removed the improper exception handling in JUnitResultsStepExecution.
|
Hey @jglick What would it take to get some movement on this? I'm happy to spend a bit of time on this if you think it could be moved forward |
|
@timja indeed this was put on hold due to lack of interest from my employer in spending resources on this general area. You should be able to get a rough idea of how far I got by looking at outstanding What is your interest in this? Is there a particular issue that is hurting you in the field—disk space consumption after many builds, difficulty creating custom reports, compliance requirement for archival storage, Remoting channel congestion transferring massive test results, slow build load time parsing |
|
Specific interest in this currently is: In this case we're running our tests in Kubernetes and wanting to report them back to jenkins, not have jenkins collect them We were easily able to get artifacts back to jenkins using: https://github.com/jenkinsci/azure-artifact-manager-plugin and storing them in blob storage. It would be nice to be able to do something similar with the test results General interest: We also have disk spaces issues, I suspect the test reports don't contribute much to our disk space problems, but its hard to tell as there's soo many files that |
|
Replaced by #141 |

Prototype of an SPI for keeping test results anywhere other than
junitResults.xml.Subsumes #109.