jukkae Posted April 22, 2021 Report Share Posted April 22, 2021 Hello, I am trying to set up a webtrigger, so that all checkins to a particular branch - but not to its children - send an HTTP POST request. I tried to do --filter=br:/develop when creating the trigger, and that seems to correctly ignore checkins to branch /tweak-flux-capacitors, for instance. However, it does react to checkins to the children of the /develop branch, like /develop/optimize-quantum-flow. I would like it to ignore the children. Is this possible? I couldn't find much information about the --filter flag in documentation. Thanks! Link to comment Share on other sites More sharing options...
jukkae Posted April 22, 2021 Author Report Share Posted April 22, 2021 I got this working by filtering on the server based on the request's form data, so this is not an issue anymore. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now