jenkinsci / allure-plugin

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

allure-report empty NaN% #305

Closed sachinmw closed 1 year ago

sachinmw commented 2 years ago

Issue

Context

Problem description

Describe your problem in a meaningful way:

hadrianjmnz90 commented 2 years ago

i am having same issue, any update?

CrepeClown commented 2 years ago

We are also facing this issue. It is only occurring with the Allure reports attached to the Jenkins job, but not the reports that are sent to the Allure UI server or locally. I believe it is because of the Allure Jenkins version is not up to date with the most recent Allure version imported in our projects. I recently upgraded to 2.17.2 for the password masking ability and that is when this issue began.

EDIT: Confirmed that the Allure version in the Gradle.properties file is 2.10.0. This is the issue and needs to be updated.

mocnidule commented 2 years ago

having the same issue. any update? thank you

CrepeClown commented 2 years ago

having the same issue. any update? thank you

I have not heard anything back. I also tried contacting Fescobar on Gitter, but was told to reach out to Baev. No response there either.

I am not sure what is involved with updating the Jenkins plugin. If I have some free time in the next few weeks I may try to update and open a PR.

Marc-93 commented 2 years ago

any new on this issue? @CrepeClown

abbashassan-py commented 1 year ago

Issue

Context

  • Jenkins version: 2.319.1
  • Job type:Freestyle
  • Allure plugin version: 2.30.1
  • Allure commandline version: 2.17.2

Problem description

Describe your problem in a meaningful way:

  • allure-report empty NaN% 2022-02-02 17_48_19-Allure Report — Mozilla Firefox

Any Fix on this issue?

CB-abhinavdamarapati commented 1 year ago

I got the same error, I was able to resolve it by providing "--alluredir" flag example : pytest -v -s --alluredir ../allure-results --disable-warnings test_script.py