It'd be useful when doing more serious debugging to be able to save additional artifacts alongside the build so if the error comes up again you can compare various logs. This would be for error logs or other artifacts where, in fair weather, you would never need to read.
Currently its necessary to use
scp
to pull any of these files down to the local development machine, but in this case they are no longer tied to the build.
CCI-I-319