William Pritchard
05/12/2022, 11:12 AMcontract_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 currentlyWilliam Pritchard
05/12/2022, 11:15 AMAkke Luukkonen
05/16/2022, 8:43 AMI 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?