-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
When diagnosing a test you would really like to have as a minimum all of the following in the Ticket (so that you do not have to go back to Jenkins to get the details which may be deleted after some time period
- Error details
- failure stack
- std-out
- std-err
However std-err and std-out can be very long (especially for an integration style test) and be too long to all put in the description.
Thus normally by hand we extrac the std-out and std-err to files and attach them to the ticket.
It would be really good if the plugin could add attachments (from a String source) to a newly created ticket.