-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.319.2
GitLab Branch Source Plugin 1.5.9
Gitlab CE 14.5.2
Our usecase is to build every branch and commit in our repo.
If we push multiple commits after another, then it seems that not all get queued to get built.
Here is an example of a missing build.
A webhook was sent correctly for the missing build:
The next webhook was sent at
Date: Fri, 11 Feb 2022 07:53:19 GMT
Which is roughly 30seconds later.
For me it seems therefore, that the checkout_sha information is not used, from the hook.
Could it be, that the webhook is only triggering a "Scan Gitlab Project Now" event?