Versions Compared

Key

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

🎉 Zephyr for Jira is now Zephyr Squad! Read more about this.

Redirect
filename
delay0
locationhttps://support.smartbear.com/zephyr-for-jira-cloud/docs/continuous-integration/bamboo.html

...

Integration with Jenkins means that you can create and update automation tasks from your Bamboo jobs, and send test results to Zephyr for Jira from these jobs.

To do this, you use script code that sends API requests to Zephyr for Jira. This page explains how you can call this script from a Bamboo job.

...

You can either write the integration script from scratch, but we’d recommend editing an example script.
You can find it as well as information on the changes to be done in the following topic:

Integration Script Explained

(warning) Make sure to replace constants in this script – access key, user ids, project keys, result file name, and others – with the data relevant to your Zephyr project.

...


That’s all. Now when you run your plan, the script will create (or update) an automation task in Zephyr and attach test results to it.

See Also

Continuous Integration

Integration Script Explained

Jenkins Integration