-
Notifications
You must be signed in to change notification settings - Fork 28
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
Filtering on build configuration name doesn't seem to work #73
Comments
Do you think this is related to a certain timeframe too? Like #72 |
This seems to occur on all build configs I try it on, so I'm guessing it is not related. |
I noticed while working on the other issue that TC debug logging gives clear information about the actual value it tests filters on, so I'll see if I can figure out some things by using that debug log. I'll keep you posted. |
Thanks |
So this is what it looks like:
Just a thought: I made a point of not including |
I have a suspicion that java adds the |
I've modified the regexes, but I'm not running one of these builds anymore today so I'm not sure when I'm going to be able to test it. I'll get back to you. |
My tests have |
I can confirm that adding the wildcard prefix and suffix solves this issue. Maybe something to add to the documentation? |
Thanks for the feedback. Are you happy for me to close this once I update the docs? |
Some of my webhooks should only be triggered for specific build configurations within a project. I've tried adding a trigger-filter on buildTypeId, buildName and buildFullName, but none of them seem to work. Whenever I add such a filter, the hooks seem to not be triggered for any build anymore, which leads me to believe the values I enter actually evaluate to empty strings on which no regex will match.
Is this supported, and if so, which variable should I use? I'm hoping that if I try something for which I at least know it's supposed to work, I can do some targeted debugging.
The text was updated successfully, but these errors were encountered: