When I encounter a test error within a drone step, the build points me to a report file in the workspace. However it is wiped out after the build completes.
What options are available other than a lot of modification to my drone command list to access the report files to troubleshoot?
I have looked into plugins which include email with attachments, and host volumes, with no success. I also want to keep this simple as I do not expect it to happen a lot outside rapid development or setting up new builds.
Thanks much!