Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change default report name #362

Open
SaturnIC opened this issue May 27, 2024 · 0 comments
Open

Can't change default report name #362

SaturnIC opened this issue May 27, 2024 · 0 comments
Labels

Comments

@SaturnIC
Copy link

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows 10

Reproduction steps

Jenkins pipeline step

allure includeProperties: true, jdk: '', properties: [[key: "reportName", value: "Tests Results"]], results: [[path: "${resPath}"]]

Expected Results

Report name should be "Test Results" instead of the default "Allure Report"

Actual Results

Doesn't change default report name "Allure Report"

Anything else?

I also tried to add a executor.json file that contains a reportName key and value "Test Results"

now if i serve the allure results locally with: allure serve ${resPath} the served local report has a changed report name

But if i add the same exutor.json to the jenkins pipeline the jenkins allure report name will not be affected.

There should be a way to define a custom report name even when the report is being served by Jenkins.

Are you interested in contributing a fix?

Sure

@SaturnIC SaturnIC added the bug label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant