Hi there, I am looking for a way to activate the "retain long standard output/error" option of the JUnit Testresults Publisher on a Maven job. The output (stdio) of a unit-test is truncated on a maven job and there is no checkbox (but there is on a freestyle job) to deactivate that behaviour.
The truncated output looks like the following, but i want the full output of the junit test. ============================================================ Standard Ausgabe (STDOUT) System.out Mai 05, 2014 2:11:32 PM SampleTest bootstrap INFO: bootstrap start Mai 05, 2014 2:11:32 PM SampleTest bootstrap INFO: bootstrap end Mai 05, 2014 2:11:32 PM SampleTest test INFO: test start System.out: 0 System.out: 1 System.out: 2 System.out: 3 System.out: 4 System.out: 5 System.out: 6 System.out: 7 System.out: 8 System.out: 9 System.out: 10 System.out: 11 System.out: 12 System.out: 13 System.out: 14 System.out: 15 System.out: 16 System.out: 17 System.out: 18 System.out: 19 Syst ...[truncated 7153 bytes]... m.out: 472 System.out: 473 System.out: 474 System.out: 475 System.out: 476 System.out: 477 System.out: 478 System.out: 479 System.out: 480 System.out: 481 System.out: 482 System.out: 483 System.out: 484 System.out: 485 System.out: 486 System.out: 487 System.out: 488 System.out: 489 System.out: 490 System.out: 491 System.out: 492 System.out: 493 System.out: 494 System.out: 495 System.out: 496 System.out: 497 System.out: 498 System.out: 499 Mai 05, 2014 2:11:32 PM SampleTest test INFO: test end =================================================== Any suggestions? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
