Skip to content
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

Error on creating createTeamReviewRequests #82

Open
rangarb opened this issue May 18, 2020 · 0 comments
Open

Error on creating createTeamReviewRequests #82

rangarb opened this issue May 18, 2020 · 0 comments

Comments

@rangarb
Copy link

rangarb commented May 18, 2020

Hi there,
When I try to add team review requests to a PR with code like:

pullRequest.createTeamReviewRequests(['johanek-team'])

It fails as below .
I am using pipeline-github-2.5 with Jenkins https://www.jenkins.io/changelog-stable/#v2.204.3

groovy.lang.MissingMethodException: No signature of method: org.jenkinsci.plugins.pipeline.github.PullRequestGroovyObject.createTeamReviewRequests() is applicable for argument types: (java.util.ArrayList) values: [[johanek-team]]
Possible solutions: createReviewRequests(java.util.List)

Thanks for your plugin. Its very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants