Adding post-build steps to automatically submit build and automated test results from Jenkins to Helix ALM

To automatically submit automated test results from Jenkins to Helix ALM, you need to add a post-build step to your Freestyle project or Pipeline with information about where to find the report files that are parsed after a build, where to put the data in Helix ALM, and additional information to submit.

What to do next

Next, modify your test scripts to include information required to associate test results with test cases in Helix ALM and provide additional information about builds and tests in results reports. See Automatically associating automated test results with test cases.