Let's see the steps to integrate Jenkins with Zephyr.
- Capture the results of the build action as a post-build activity. To capture the results of the build in Jenkins so that Zephyr can pull it, the Post-build Actions need to be configured for the Jenkins job. Provide the Project Name for the Zephyr project and select the appropriate Cycle and Version:

- To trigger the Jenkins job, click on the Build Now button after clicking on the job name:

- Capture the result of the build in the Jira plugin. After the Jenkins job completes, the ...