There may be several problems.
First, I donβt understand why you create a WebHook on Gitlab and use Poll SCM for Jenkins: either use Trigger builds remotely on Jenkins using WebHook on Gitlab, or Poll SCM on Jenkins, but then also include some credentials for the git repository on the Jenkins side (most likely the SSH deployment key).
In addition, assemblies actually start if the git repo changes: what branches are configured on the Jenkins side?
Notice, I have not tested the Gitlab plugin for Jenkins yet.
foudfou
source share