Nathan Deamer
11/09/2022, 6:35 PMsystemProperty "pact.provider.version", getGitHash()
systemProperty "pact.provider.branch", getGitBranch()
systemProperty "pact.verifier.publishResults", "true"
systemProperty "pact.filter.consumers", [nameOfConsumer]
systemProperty "pact.filter.pacturl", [pact-url-from-webhook]
I’d expect given I have set the pact.filter.pacturl
that it should only run the provider tests for that are in the url provided - but it seems to be running everything and also not verifying the consumer branch I am expecting.
It is as though the pact.filter.pacturl
is being ignored?Nathan Deamer
11/09/2022, 6:57 PM@AllowOverridePactUrl