Fixed JENKINS-12216: Rake build step not available for some plugins#9
Fixed JENKINS-12216: Rake build step not available for some plugins#9dieterdemeyer wants to merge 3 commits intojenkinsci:masterfrom
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.