Exclude user from running Jenkins build webhooks

I am currently working on my Jenkins installation in conjunction with fastlane.

In my fastlane file, I am updating the version as well as CHANGELOG.mdpushing it to git.

However, doing this will initiate another assembly, causing an infinite loop. I tried to add a parameter exclude users. However, this does not work.

enter image description here

I am sure that this will only work when you use the survey. However, I use webhooks in my gitlab to run builds, and I don't want to change the poll.

Does anyone know how to achieve this using webcams?

+4
source share

Source: https://habr.com/ru/post/1664419/


All Articles