ghprb-plugin icon indicating copy to clipboard operation
ghprb-plugin copied to clipboard

Wrong Job reference in Status Checks, when create two pr's with same source branch and different target

Open djakielski opened this issue 5 years ago • 0 comments

In my situation, i created a bugfix branch and two pull requests. One for develop and one for release target branch. Checks triggers two Jenkins jobs with correct params as expected. grafik

But both pull requests have the same link from release check, which was the first pr. I expect, that the develop PR link to develop job (110) and release pr to release job(109). It looks like, that only the first job will reference in all coming pr's.

Develop PR: grafik

Release PR: grafik

djakielski avatar Sep 02 '20 10:09 djakielski