Hi, I am using xunit to collect googletest result files in my pipelines. I recently started grouping the logs written by in internal logger and results files of the tests to archive them and make them accessible to debug the failed tests. During this work I found the testDataPublishers attachement in xunit documentation. For the first try it did not work due to a missing plugin. After installation of JUnit Attachments Plugin and inserting the section "[[attachement|filename] in the test output the pipeline ran without failure. However I don't see any result, no files assigned to test results in the UI, nothing about attachments in the log. I am also missing some documentation about xunit attachments. Does it work exactly the same way as junit? At the moment I have one job running with path separator '\'. This is a topic not clearly documented in jenkins. Some places expect '/', other ones '\', you never now. (I'm on windows). Any other idea what might be wrong or a place of documentation I am not aware of?
Thanks, Christoph -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2468b994-906d-4367-9431-602c2bb29900n%40googlegroups.com.