me Godbout
Sent: January 16, 2020 2:05 PM
To: jenkinsci-users@googlegroups.com
Subject: Xunit and python xmlrunner
Hi,
I managed to make my python unit test run under my Jenkins scripted pipeline
Jenkinsfile. I have multiple .xml files into my output folders. When I try to
gather the result with
Hi,
I managed to make my python unit test run under my Jenkins scripted pipeline
Jenkinsfile. I have multiple .xml files into my output folders. When I try to
gather the result with xunit, it doesn't work and I don't know why, the xml
seem like a legitimate Junit result:
My jenkinsfile call (I