Hi, Am 05.04.2019 um 14:57 schrieb 'monger_39' via Jenkins Users:
I have a scripted parallel pipeline job. Within each of the stages test steps are run (under NUnit) that generate detailed logs per step, and a summary in the console. To make life easier for us we, when a test fail generates an assert, wish to insert a workspace link to that detailed file. With that it would be very easy to navigate to the details from the TestResult page.
Why are you not just publishing the test results on Jenkins? Thereby you would get access to all test details via the web interface rather than on the console.
I haven't used NUnit, but the JUnit plugin provides excatly what you describe.
HTH -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bc3f55bc-c265-2d3e-2346-00446002ec60%40ngworx.ag. For more options, visit https://groups.google.com/d/optout.
