-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fixed JENKINS-12216: Rake build step not available for some plugins #9
base: master
Are you sure you want to change the base?
Conversation
…ns, such as promoted-build and conditional-build-step
Talked to @rtyler about this.. |
I can confirm this fixes the issue. |
Jenkins » rake-plugin #2 UNSTABLE |
Very strange but this build passes several times locally on my machine, both using command line and IntelliJ IDEA. |
Jenkins » rake-plugin #3 UNSTABLE |
For the record, the tests in this plugin are really creeping me out... |
Works for me too - tests and builds fine locally and have replaced the rake plugin in our Jenkins instance, thanks. However, had to bump the version in the pom.xml to allow it to build fine on Java 7 though. |
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
I fixed issue JENKINS-12216 which states that the rake build step is not available as a choice for some plugins, such as promoted-build and conditional-buildstep.
More info at https://issues.jenkins-ci.org/browse/JENKINS-12216
Regards.