-
Notifications
You must be signed in to change notification settings - Fork 146
not compatible with jenkins2 #94
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
Comments
btw, |
I've seen that it does work with a freestyle job... I hope it wont give much trouble to make it work with pipeline :( |
jenkinsci/ghprb-plugin#270 seems to be related and the easy fix is https://github.com/jenkinsci/ghprb-plugin/pull/279/files |
Also related to nemccarthy/stash-pullrequest-builder-plugin#80 |
Replace use of AbstractProject with Job to fix ClassCastException thrown when using the plugin in a pipeline job The fix is "not" complete, it remains to find a replacement to the call AbstractProject.isDisabled used to decide if the build should be skipped Previously called in BitbucketBuildTrigger.run() fixes nishio-dens#94
You can try support for Jenkins2 with the version here |
Now dont crash! But yes, need more work, keep up the good work! |
Replace use of AbstractProject with Job to fix ClassCastException thrown when using the plugin in a pipeline job The fix is "not" complete, it remains to find a replacement to the call AbstractProject.isDisabled used to decide if the build should be skipped Previously called in BitbucketBuildTrigger.run() fixes nishio-dens#94
I'm having some issues to configure this plugin from a clean Jenkins 2.10.
I'm getting the following stacktrace
I hope that someone can help me :)
The text was updated successfully, but these errors were encountered: