Is your feature request related to a problem? Please describe.
Currently we need to add webhooks to each of our GitLab projects separately because of the namespace and job parameters the operator webhook requires. This is tedious with hundreds of repositories mapped to different jobs.
Describe the solution you'd like
Add something like global webhooks which would allow to
- use group webhooks from GitLab
- auto discover the jobs where a project belongs to (
job parameter is optional with this, maybe namespace as well)