'Gitlab trigger daily jenkins jobs using webhooks

I'm looking for a way on how to trigger periodical Jenkins jobs using gitlab (14.2.3-ee) webhooks.

As of now the Jenkins Gitlab integration is working using Push or TagPush events. But how can I schedule periodical build events?

I have seen the option for CI Schedules in gitlab, but this will only execute the gitlab pipeline. How can I trigger the Jenkins pipeline for such events?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source