Versions Compared

Key

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

...

However, we do not want to have the JIRA credentials hardcoded in GitLab's configuration file. Therefore, we'll use some secret variables defined in GitLab project settings.

Info

The user present in this configuration must exist in the JIRA instance and have permission to Create Test and Test Execution Issues



In .gitlab-ci.yml a "step" must be included in the maven_build section, that will use "curl" in order to submit the results to the REST API.

...