-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build step 'Publish Rails stats report' changed build result to FAILURE #23
Comments
+1 we're seeing this too. |
Can you send some details about your jenkins installation like platform and version? I just released small fix which enable this plugin to work with older versions of jenkins. Not sure if that would be any help in your case, but worth to try... |
+1 Here is a quick snippet from near the end of the build log: @pkuczynski Some of the Jenkins and OS info I think you were looking for: If there is anything more specific you need or if you have any debugging steps etc. you want me to run, just let me know! Thanks. |
I'm running into this issue two. The the notes publish in the build is failing without any explanation in the logs even though "rake notes" works fine. Incredibly irritating. |
(I have rake plugin 1.8.0, rubymetrics plugin 1.6.3, jenkins 1.595.) |
👍 Same here. |
Seems that
Is returning false and hence not very good error information is being returned. |
Same issue with 1.6.3 and system rvm. |
Same issue here with jenkins 1.626, rubymetrics 1.6.3 and rake plugin 1.8.0 Has anyone found a clue? Thanks in advance |
I'm also encountering this issue, was anyone able to find some clues? |
My solution will probably not work for everyone but on the off chance that someone had the same problem as me, hopefully this'll work for them. My problem ended up being my tests - I was upgrading my application from Problem: created this error:
Solution For this very specific scenario of mine, hopefully this helps someone out there. |
For me it helped to change the Rake Version in jenkins project configuration. |
I've ended up disabling the report for now :-( I have Rake 10.4.2, Jenkins 1.650, Ruby 1.9, and the same output as devopsdevon above. I couldn't see anything about it in the console output or jenkins' server.log |
Had the same issue . ssh'ed into the jenkins server instance and ran rake notes manually to receive error about missing js runtime.. and everything worked perfectly. |
@eiapopeia Me too. Upgrading Rake/Bundler ultimately fixed this. |
Since we updated the rubymetrics plugin to 1.6.2 most of our builds startet to fail for no apparent reason with the message "Build step 'Publish Rails stats report' changed build result to FAILURE".
The log seems to be clean and I have found no information, why the build gets marked as failed. Do you have any idea how I could solve or debug this?
The text was updated successfully, but these errors were encountered: