As the previous poster showed, this is an open question in JENA Jenkins and does not work. There is a workaround to achieve what you are looking for. You will need to Copy the artifact poster , as well as Archive the test result files as Artifacts in your assignments that make the test pass.
After you correctly installed it and correctly configured your test tasks, go to Multijob, and after all the test steps add the βCopy artifacts from another projectβ assembly step for each of the tasks from which you want to get test results. You can use the "Indicate by Permalink" link and use the "Last Build" permalink to always get the latest artifacts. Select the artifacts you want to copy (ie * .xml) and enter the target directory as "job1". If you add several build steps to copy artifacts from another project, simply specify the destination directories for the copied artifacts, similar to "job2", "job3", etc.
Then select the Post-build action in your Multijob, just like publishing a report on the JUnit test results (or whatever you prefer) and enter ** / job * / *. xml (or similar).
This is what I did and everything works fine. This is a bit manual in setting, but it works great after setting it up.
rsennewald
source share