jenkinsci / rbenv-plugin

Deprecated, see https://www.jenkins.io/jep/7
MIT License
59 stars 19 forks source link

Lost rbenv configuration on jobs after restart jenkins #46

Open ceritium opened 7 years ago

ceritium commented 7 years ago

After restart jenkins my jobs lost the rbenv configuration. Uncheck the checkbox and reset de config.

Before: screen shot 2016-11-15 at 12 52 58

After restart: screen shot 2016-11-15 at 12 54 50

jenkins versions: 2.30

Thanks!

ceritium commented 7 years ago

Someone has the same problem

https://issues.jenkins-ci.org/browse/JENKINS-38809?jql=project%20%3D%20JENKINS%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20component%20%3D%20%27rbenv-plugin%27

BTW, Which is the proper place to open an issue?

m00dawg commented 7 years ago

For us it looked to be an issue with Ruby-Runtime 0.13. Downgrading to 0.12 seems to resolve at least the issues we were running into.

ceritium commented 7 years ago

@m00dawg I can confirm. Downgrading to 0.12 fixed my problem.

Should I close this issue?

m00dawg commented 7 years ago

I didn't realized this had been opened 23 days ago. :/ Guess it didn't get the visibility necessary. I'd say that since it's not caused by rbenv directly that yeah it can be. I'll see about opening an issue with ruby-runtime once I lookup whatever bug tracker is being used there (as I recall earlier when looking at the Jenkins plugin page, it looks like it may be needing a maintainer?)

m00dawg commented 7 years ago

Filed a bug with ruby-runtime here: https://issues.jenkins-ci.org/browse/JENKINS-40318

princepaulson1 commented 7 years ago

I have faced the same issue