|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.

Under "Run unit test with MSTest" Result File Name path should be relative to .jenkins\workspace[job name]OR your .trx file should generate under .jenkins\workspace[job name] path.
So under Publish MSTest test result reports we need to specify the path which is relative to .jenkins\workspace[job name].
Example :
Under "Run unit test with MSTest" Result File Name path = C:\Users[user_name]\.jenkins\workspace[job_name]\ResultMSTest.trx
then your .trx will be generated at that path.
Under "Publish MSTest test result report" = ResultMSTest.trx
This will publish the result report !![]()