Hi, all:
I have a Jenkins pipeline project using Gitlab plugin, and I use Gitlab's webhook to trigger his build. Recently, I found that when I tried to trigger the build concurrently, the first arrival request will be processed. But during the pending state that the first arrived job in, Jenkins would discard the subsequent Gitlab request.
I don't have any current limiting and concurrency control on my Jenkins project.