I'm currently working on my Jenkins setup in combination with fastlane.
In my fastlane file I'm updating the version as well as the CHANGELOG.md
and pushing this to git.
However by doing this another build will be triggered causing an infinite loop.
What I've tried to do is adding the option to exclude users
. However this doesn't seem to work.
I'm fairly sure this will only work when you are using polling. However I'm using webhooks in my gitlab to trigger the builds and I don't want to change to polling.
Does anyone know how to achieve this while using webhooks?