-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.101
Cucumber report plugin: cucumber-reports@3.15.0
We are using cucumber-reports-plugin to publish pretty cucucmber reports on jenkins, and this is working great.
However, when I renamed a job (or moved the job to a different folder), then I am not able to access the reports via the 'Cucumber Reports' link on the right side of the build.
I confirmed that the directory cucumber-html-reports is present and all the data is present - the file overview-features.html, folders embeddings, js, css, images, fonts,
For example clicking the following hyperlink for 'Cucumber Reports' gives the error:
Link:
Error:
This .... page can't be found
No webpage was found for the web address: http://myjenkinsdomain.com/job/myjobFolder/job/renamedJobName/buildNumber/cucumber-html-reports/overview-features.html
HTTP ERROR 404
How can I get the links working again ?
(Note: The builds I triggered after renaming the job, they all have working links to the cucumber reports - the problem is with accessing the reports for the builds triggered before renaming)
Thank you !