jenkinsci / jenkinsci/gitlab-branch-source-plugin
[JENKINS-67784] Not all commits get built
- Dominant language
- Java
- Stars
- 134
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
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?
---
Originally reported by materigoprecitec, imported from: Not all commits get built
baymac
Raw content of original issue
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 GMTWhich 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?
environment
```
Jenkins 2.319.2
GitLab Branch Source Plugin 1.5.9
Gitlab CE 14.5.2
```
2 attachments
- [image-2022-02-11-10-22-16-898.png](https://issues.jenkins.io/secure/attachment/57242/image-2022-02-11-10-22-16-898.png)
> 
- [image-2022-02-11-10-26-57-943.png](https://issues.jenkins.io/secure/attachment/57241/image-2022-02-11-10-26-57-943.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.