-
Type:
New Feature
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: ghprb-plugin
-
None
I think i've seen the call to "listCommits" using Github API (in recent commit/changes). Is it possible to use that same list to populate the "changes" information for the job run/execution? Right now I am seeing way too many commits in there.
Let's say I have a PR with 2 commits, but when the job runs it can show >100 commits. I am not sure how it gets that information, maybe because it's looking for the last run? We use the same Jenkins job to validate ANY pr coming into the repo (sometimes even using different target branches)