This message was deleted.
# pact-net
s
This message was deleted.
m
how are you calling can-i-deploy?
and also, how is your webhook setup?
p
I guess I understood my mistake, in Can I deploy for application-name I'd configured only consumer1 I guess I should have 2 can I deploy for 2 consumers. Does application name takes array?
I tried adding two can I deploy. And it does not work. We did this circus for one reason. We wanted to write generic provider which will test all the consumers. We using Pact3x and for provider test we added consumerselector. existing consumer selector has tag as mandatory field. From feature branches we are not tagging the consumer. So we tried adding consumer selector tag as "*" / null/"" none of them is working. This is actually our correct problem.
So how can we instruct provider to verify all the latest consumers irrespective of their tag
ok...we added two consumer selectors now one "*" with latest true And "prod" with latest true.It is working fine. Our issue is resolved for now