We have a GitHub repository which has 4 branches. A multibranch pipeline is setup for it in Jenkins.
Tried setting up webhook, but could not find an option to do so. It has option at branch level to setup a webhook.
Requirement is to setup a webhook at repository level, so that we do not have to set up webhook for every new branch added.
After setting up webhook at repository level, if a change is pushed to any of the branches under it, build should be triggered for that branch.
Is this possible?