Hi,
I can't get the "GitPush" event to work in combination with the "gitRepository" filter.
Here is what works and what doesn't work:
- "GitPush" without the "gitRepository" filter -> ok
- "PullRequestStatusUpdate" with the "gitRepository" filter -> ok (receiving the correct filtered events to the channel)
- "GitPush" with the same "gitRepository" filter -> not working (not receiving any event at all to the channel)
I'm using TFS 2015 update 3 and TfsNotificationRelay.tfs2015-v1.18.0. As repository filter, I'm using a simple one word regex.
Could there be an issue there?
Thanks,
Guillaume
Hi,
I can't get the "GitPush" event to work in combination with the "gitRepository" filter.
Here is what works and what doesn't work:
I'm using TFS 2015 update 3 and TfsNotificationRelay.tfs2015-v1.18.0. As repository filter, I'm using a simple one word regex.
Could there be an issue there?
Thanks,
Guillaume