Versions Compared

Key

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

...

However, we do not want to have the Xray API credentials hardcoded in CircleCI's configuration file. Therefore, we'll use some environment variables defined in project settings, including:

  • jira_user: for the Jira username
  • jira_password: for the Jira user's password
  • jira_server_url: for the Jira's base URL (e.g. http://yourjiraserver) 


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.circleci/config.yml a "step" must be included that will use "curl" in order to submit the results to the REST API.

...