Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitPush with gitRepository filter not working well #56

Closed
guillaumeviel opened this issue Jun 20, 2017 · 1 comment
Closed

GitPush with gitRepository filter not working well #56

guillaumeviel opened this issue Jun 20, 2017 · 1 comment
Labels

Comments

@guillaumeviel
Copy link

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

@kria kria added the bug label Jun 20, 2017
@kria
Copy link
Owner

kria commented Jun 20, 2017

Thanks for an effective bug report!

It looks like I have mixed up the user and repo name arguments when instantiating GitPushNotification here.

@kria kria closed this as completed in f01e57b Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants