Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
Jenkins ver. 2.204.5
GitHub API 1.111
GitHub Branch Source 2.7.1
Description
If multiple, simultaneous PRs are opened for single source branch to different target branches, e.g. a PR to dev and a PR to master, the pr-merge status notification received by GitHub will apply the status notification to all PRs when it should only apply to a single PR.
Attachments
Issue Links
- relates to
-
JENKINS-55726 GitHub commit status context not unique enough or configurable - jobs always overwrite each other
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to JENKINS-55726 [ JENKINS-55726 ] |
Assignee | Kirill Merkushev [ lanwen ] |
Comment | [ Right. A simple workaround can be to fail the builds if multiple PRs are detected (which can be queried via GitHub's API). ] |