Skip to content

Job that trigger on tags are not triggering when tags are pushed from SD builds #3438

@sagar1312

Description

@sagar1312

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:

Metadata

Metadata

Assignees

Labels

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions