Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePlease note

The user present in the configuration below must exist in the Jira instance and have permission to Create Test and Test Execution Issues.


Image RemovedImage Added


In azure-pipelines.yml a "bash" based step must be included that will use "curl" in order to submit the results to the REST API.

...

We may now run the Pipeline build...


Image RemovedImage Added


After results are imported, you can check them in Xray.Image Removed


Image Added


Using Azure DevOps to store code and Jenkins to manage the builds

This scenario explores usage of the Repos facility from Azure DevOps to store the code and uses Jenkins as the build tool.

JUnit example

This recipe could also be applied for other frameworks such as NUnit, TestNG or Robot.

...

Similarly to configuring any SCVS (e.g. Git, SVN, CVS), we need to configure Jenkins to checkout the code from Azure DevOps' Repos.


Image RemovedImage Added


Please check the URL of your repository in Azure DevOps; it should be something similar to:

...

Next, you can configure the remaining build process, including the build steps, in Jenkins as usual; thus, you can see the results back in Jira and Xray (smile)

Image RemovedImage Added

References