What happened:
Tag was created and pushed by an user (headless) from an SD build step.
Another jobs that was configured to be triggered on tag creation did not get executed.
Root cause is that the user is included in ignoreCommitsBy configuration for webhook processing. This setting is meant to prevent the creation of events when commits are pushed by such user.
This setting is also preventing the creation of events when a tag is pushed by such user.
What you expected to happen:
ignoreCommitsBy setting should not prevent creation of events when a tag is pushed
How to reproduce it: