jenkinsci / allure-plugin

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

allure.results.history limitation #367

Open halilerisen opened 2 months ago

halilerisen commented 2 months ago

What feature do you want to see added?

I want to limit the number of stories created with the allure-plugin. For example, I keep the last 20 builds in Jenkins. And I want to see the last 20 histories on Allure as well.

image

I limited the builds through Jenkins, but they still appear in the history section. When I try to view their contents, I get this error.

image

I think you are creating an allure-report.zip artifact file, and it contains the allure-report.

I added "allure.results.history=2" to the allure-results/allure.properties file, but it didn't work.

Is the plugin capable of this feature, or how can I achieve this?

Upstream changes

No response

Are you interested in contributing this feature?

No response