jenkinsci / allure-plugin

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

Allow user to enable or disable Allure zip artifact #290

Open rameshnatesan opened 3 years ago

rameshnatesan commented 3 years ago

Dependencies

Feature Request

Right now Allure zip artifact is generated after every build. There is no way to disable this zip file generation in the Allure plugin setting. Can you please add an option to enable or disable the Allure zip artifact? Allure plugin code where it creates zip artifact everytime : https://github.com/jenkinsci/allure-plugin/blob/master/src/main/java/ru/yandex/qatools/allure/jenkins/AllureReportPublisher.java#L299 image

sgudla10 commented 2 years ago

We are also looking for a fix ..?Can we put a fix ...?what is the process to raise the PR

kartnan commented 1 year ago

Any update on this issue? How to disable zip artifacts?

abhishek67parmar commented 1 year ago

Hi Team,

Any update on this issue

yuqingqing commented 1 year ago

I had the same problem, creating artifacts was too slow, taking more than 3 hours, my allure-report directory is 5.7G

DanielLiu-326 commented 8 months ago

Jenkins allure plugin uses artifacts to serve the report page. When browser request the report, the plugin just read the zip file and find the proper file to response. refer to this line and this line .