Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jenkins R1.2.1
Description
As a test engineer
I want to be able to use jUnit XML files with a dynamic part in the name, e.g. a timestamp, without workarounds
so that I can transfer the test results to JIRA/XRay directly after the test execution without any further Jenkins job from both the master and slave (Windows & Linux).
Currently no wildcards are supported. Therefore I have to copy the jUnit files to the master and rename them there. This can lead to conflicts if there are several xml files on the master, e.g. by parallel test execution on several slaves. Alternatively, a separate Xray job must exist for each test execution job.