-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: junit-attachments-plugin
-
Labels:None
-
Similar Issues:
junit-attachments allows to save attachments found in a directory named like the test class. Using maven.test.redirectTestOutputToFile the surefire plugin saves the stdout/stderr output of the unittests in files called TESTCLASSNAME-output.txt. This greatly cleans up the console output. I would like to save these output files along with the other attachments automatically.
Code changed in hudson
User: : mfriedenhagen
Path:
branches/
JENKINS-5634/.classpathhttp://jenkins-ci.org/commit/27486
Log:
Branch the trunk to implement
JENKINS-5634.