Shan
07/29/2022, 5:09 AMcontract_requiring_verification_published
event. The doc, stated that
"A webhook using the contract_requiring_verification_published
should be configured to pass through the ${pactbroker.pactUrl}
and ${pactbroker.providerVersionNumber}
and ${pactbroker.providerVersionBranch}
to the provider verification build."
I assume we need to pass version number (assume it is git SHA) so that we can checkout that GIT version before verifying the pact
My questions is why do we need to pass pactUrl
and providerVersionBranch
& and how that can be useful?Matt (pactflow.io / pact-js / pact-go)
pactUrl
is the thing that is being verified. Itโs the pact that needs to be verifiedMatt (pactflow.io / pact-js / pact-go)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Shan
07/29/2022, 4:59 PMconsumerVersionTags
, we should use pactUrl
to get the correct contract from pact broker
right?Matt (pactflow.io / pact-js / pact-go)
Shan
07/30/2022, 12:35 AMShan
07/30/2022, 1:41 AMMatt (pactflow.io / pact-js / pact-go)