You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
Thanks for your plugin. Its very useful!
The text was updated successfully, but these errors were encountered: