-
Notifications
You must be signed in to change notification settings - Fork 83
Please release 0.11 to fix JENKINS-18311 #82
Comments
👍 We're blocked on upgrading Jenkins until this is addressed |
+1 Nearly had a heart attack when I upgraded to Jenkins 1.518 and all my rvm jobs disappeared! |
I'll handle this issue |
@hsbt it was merged, but was it released? |
deployed 0.11-SNAPSHOT and confirmed to 0.11 works with jenkins-1.518.(with 1.519 not works, it seems another problems.) Would someone try 0.11-SNAPSHOT with jenkins-1.518? |
In all seriousness, I have successfully installed the 0.11 snapshot. Finally, after a whole day of trying to figure out why |
Just tried latest v0.11.-SNAPSHOT on Jenkins v1.518, seems to be working. |
Thanks for all. I released ruby-runtime-0.11 http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ruby-runtime/0.11/ |
👍 |
Sorry to be late. I confirmed that ruby-runtime 0.11 is working on Jenkins 1.518 👍 Then, I closed JENKINS-18311 on Jenkins JIRA. But I found another problem of |
@yyuu Thank you for closing this bug. Anyway, I upgraded to Jenkins 1.520 and saw another problem which might be the problem you mentioned. Downgrading to 1.518 solved it for now. Did you create an issue on this so that I can follow the progress? |
@bjpe I've not yet created about this on Jenkins JIRA. Will create it soon. |
Reported to Jenkins JIRA as JENKINS-18528. |
FYI: yyuu the 0.11 fix did not work for me in either 1.517 or 1.518, I got this error http://pastebin.centos.org/2971/raw/ I've rolled back to 1.517 with ruby-runtime 0.10 and our build is working again.. |
This is just another voice really, to say that 1.517 with ruby-runtime works as expected. I rolled our systems back to those revisions as well, and it all came back to life. |
I got same error with @MrFlibble007 and it did not occurred too if I rollbacked Jenkins 1.517 with ruby-runtime 0.10. |
I confirmed same error as @MrFlibble007 on Jenkins 1.517 + ruby-runtime 0.11 + rvm plugin 0.4. In contrast, Jenkins 1.517 + ruby-runtime 0.11 + rbenv plugin 0.0.14 is working without problems. This might be a problem of some kind of incompatibility between versions of jenkins-plugin-runtime gem (rvm => 0.1.17, rbenv => 0.2.3). Now I'm checking the changes between them. |
@yyuu yes we're using rvm plugin(rather than rbenv) here, sorry for leaving that info out. |
Please use #86 for ruby-runtime 0.11 + rvm plugin issues. |
Starting from Jenkins 1.518, Jenkins fails to load ruby-runtime (java-runtime) by the error described in JENKINS-18311. This problem breaks all the plugins depending on ruby-runtime, including rvm, rbenv, etc.
I tested ruby-runtime at yyuu/jenkins.rb@65be621 on my Jenkins 1.518 and it seems fine for me. Please release new version 0.11.
The text was updated successfully, but these errors were encountered: