damianszczepanik / cucumber-reporting-jenkins

Java jenkins plugin for cucumber-jvm reporting
151 stars 12 forks source link

404 error when trying to open reports #19

Closed snovity closed 12 years ago

snovity commented 12 years ago

I'm using cucumber-reports 0.0.12 with Jenkins 1.469. After installing the plugin, all plugin configuration options for projects are available. But when I click on any of the 'Cucumber Reports' link, I get the following 404 error:

Status Code: 404 Exception: Stacktrace: (none)

Generated by Winstone Servlet Engine v0.9.10 at Fri Jun 15 20:34:01 EEST 2012

kingsleyh commented 12 years ago

Hi,

did you run a build first? the error you got means there were no reports generated - have a look in the console for the job and see if there are any error messages. Was there a json file generated when you ran the job?

On 15 Jun 2012, at 18:34, Dm. Lashkov wrote:

I'm using cucumber-reports 0.0.12 with Jenkins 1.469. After installing the plugin, all plugin configuration options for projects are available. But when I click on any of the 'Cucumber Reports' link, I get the following 404 error:

Status Code: 404 Exception: Stacktrace: (none)

Generated by Winstone Servlet Engine v0.9.10 at Fri Jun 15 20:34:01 EEST 2012


Reply to this email directly or view it on GitHub: https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java/issues/19

snovity commented 12 years ago

Thanks for the prompt answer! The json files were generated correctly, but it was an issue with path to them :)

kingsleyh commented 12 years ago

sure no problem - so you have fixed the issue you had? and everything is now fine? On 15 Jun 2012, at 19:48, Dm. Lashkov wrote:

Thanks for the prompt answer! The json files were generated correctly, but it was an issue with path to them :)


Reply to this email directly or view it on GitHub: https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java/issues/19#issuecomment-6363768

snovity commented 12 years ago

yep, I've fixed it, now everything is working perfectly, thanks for the great plugin :)