'Delete Jenkins build link from Github PR
I have got below two Jenkins build links in Github PR, the second one is the default PR build trigger
The first one as marked above due to adding the branch name in the Jenkins configuration under includes section (as shown above).
So my question is, how can I delete the first one (marked in Github image) from the Github side. Because even after delete that branch under include list in the configuration (shown in the above Jenkins image), despite disappearing from the Jenkins it still shows in the Github PR.
Solution 1:[1]
I realized that above was due to git branch protections rules.
In particular because below is enabled.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SMPH |



