Background:
DSL creates pipeline by default after each run, in our case, we cannot disable create pipeline due to it already exists.
Because it might be a change in the jenkinsfile, which need to be reload to the job and requires a re-creation.
After a while, (it never happens in my master pipeline, which does a event pull triggere by gitlab) the MR pipeline start to have strange behavior, e.g it does not get trigger by any MR (new one or old one but with new commits)
It was very hard to identify what exactly is wrong, but from gitlab activity it shows the webhook did works and it got 200 return
So must be something wrong in the jenkins side.
One thing I noticed is, the property values (which are used as env variable for jenkins job) are gone
it is not consistent or till now I cannot tell what combination cause this "disappear"
Workaround: