I would like to mark my branch as non mergeable, if my jenkins pipeline is not green.
The idea is avoid people in the team to merge a branch into master if the pipeline for that branch in Jenkins is not green.
Any idea is there“s any jenkins plugins to make this happens in Github webPage?. The idea like I said is, that if for example my branch has some failures, do not allow click the merge button in github page for that branch.
Regards.