jenkinsci / allure-plugin

Allure Jenkins Plugin
https://plugins.jenkins.io/allure-jenkins-plugin/
Other
84 stars 62 forks source link

Ability to set title for allure report when publishing results #344

Open petr0ff opened 7 months ago

petr0ff commented 7 months ago

What feature do you want to see added?

I would like to modify the name of the title in allure report instead of hard-coded "ALLURE REPORT". I know I can sed the name in allure-report/widgets/summary.json, but it doesn't make any effect, because the report is generated on the worker node, and report is published on the master node (where you normally have no access from your pipeline). It would be very convenient to publish report with the name like:

allure([ includeProperties: false, jdk: '', properties: [], reportBuildPolicy: 'ALWAYS', reportTitle: 'My Report Name' results: [[path: '**/allure-results']] ])

We have many run configurations and having a report with configuration in title would bring more visibiilty to test results.

Upstream changes

No response

Are you interested in contributing this feature?

No response