Problem is, if there’s an Open Merge Request, and after a while someone assigns a user to that Merge Request, that will trigger the webhook and it will build the Jenkins job again, even though it’s not necessary.
Is it possible to not have the Jenkins job triggered when a user is assigned to the GitLab Merge Request? (I couldn’t find anything online and in Jenkins, it looks exactly the same in terms of the build and environment variables)
That seems like it may work! My Jenkins job is Freestyle though, is it still possible to do? Also, how would I go about it, and where do I have to implement this change? I’m a bit unsure about where to handle the payload GitLab sends.