Allure report not getting linked on failure of Jenkins Job #2689
Unanswered
softKarma
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have asked the following question on StackOverflow on which I need support:
Detailed problem description on stackoverflow
To summarize the problem:
When there are no test failures and the Jenkins job runs successfully the report gets generated properly and I can open it using the Allure icon available on the Jenkins jobs dashboard, however, when there is a test failure even though the report gets generated in the Jenkins workspace, clicking on the Allure icon gives a 404 error i.e. the report is not linked to the Jenkins icon for some reason.
I could access the reports on Job failure by disabling the workspace clean-up post-build action in the Jenkins job. The report is present in the right location and is valid i.e. opening the index.html shows the test results as expected.
Not sure if there is some bug in the Jenkins allure plugin although seems unlikely to me as this is a basic use case or if there is some configuration issue which also seems odd because the report gets generated when the job is successful. What could be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions