https://github.com/anyulled/allure-jenkins-jira
POC integration between Jenkins, Jira and Allure
https://github.com/anyulled/allure-jenkins-jira
Last synced: 3 months ago
JSON representation
POC integration between Jenkins, Jira and Allure
- Host: GitHub
- URL: https://github.com/anyulled/allure-jenkins-jira
- Owner: anyulled
- License: gpl-3.0
- Created: 2022-11-29T15:56:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T21:08:49.000Z (6 months ago)
- Last Synced: 2026-01-03T13:49:56.493Z (6 months ago)
- Language: TypeScript
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Allure report POC
Run backend project
````shell
mvn clean verify allure:report
````
Run the Docker compose example
```shell
docker compose up
```
## Jenkins
Copy the password from the console to initialize Jenkins and install the suggested plugins, as well as the allure
plugin.
* Dashboard should be accessible at http://localhost:8088
## Jira
How to send report values to Jira test executions
[Docs](https://github.com/allure-framework/allure2/tree/master/plugins/xray-plugin)
* Add tms link in your test cases (for example in java: @TmsLink("XD-48"))
* Setup Jira env variables:
* ALLURE_JIRA_ENDPOINT=https://jira.int.zone/rest/
* ALLURE_JIRA_USERNAME=
* ALLURE_JIRA_PASSWORD=
* Enable plugin - add env property
* ALLURE_XRAY_ENABLED=true
* Provide execution issue keys - add env property
* ALLURE_XRAY_EXECUTION_ISSUES=XD-6
* Generate report