I'm not sure what's available for Gitlab, but some other SCMs have a plugin that allows commits by certain authors be skipped/ignored. https://github.com/jenkinsci/scm-trait-commit-skip-plugin for example. If there is no such plugin for Gitlab, it might be easy enough to make one or contribute a gitlab implementation to an existing one.
On Tuesday, February 12, 2019 at 1:15:32 PM UTC, Eldad Cohen wrote: > > Hi, > > > I am using Multibranch Job. > > I have a Webhook for my repository in gilab which is triggered when there > is a push to dev branch and then webhook starts the build in Jenkins > > At the end of build process, I created and updated chaneglog file and push > it to dev branch again which would trigger the webhook again and make a > loop of builds in Jenkins. > > Any suggestions ? > > > Thanks > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2ce983bc-fb40-4b3a-9fd8-719040d32e4e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
