Hi, I’ve switched my webhooks to run only on `cont...
# pactflow
w
Hi, I’ve switched my webhooks to run only on
contract_requiring_verification_published
to help reduce the amount of builds we run. When I’m sending across the trigger pipeline my payload body contains CONSUMER_TAGS, PACT_CONSUMER and PACT_URL. Now I’ve just been reading through the documentation around
contract_requiring_verification_published
and I’ve noticed that you’ve mentioned I need to pass in
${pactbroker.providerVersionNumber}
and
${pactbroker.providerVersionBranch}
. I was wondering what would be possible issues I would face by not including these values in my webhook payload? It seems to be working currently
a
I was wondering what would be possible issues I would face by not including these values in my webhook payload?
Testing the contracts with the wrong version of the provider. Are you currently running all tests against the HEAD of
master
or similar?