You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following variables may be used in the request parameters or body, and will be replaced with their appropriate values at runtime.
88
88
89
-
`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
90
89
`${pactbroker.consumerName}`: the consumer name
91
90
`${pactbroker.providerName}`: the provider name
92
91
`${pactbroker.consumerVersionNumber}`: the version number of the most recent consumer version associated with the pact content.
93
92
`${pactbroker.providerVersionNumber}`: the provider version number for the verification result
94
93
`${pactbroker.githubVerificationStatus}`: the verification status using the correct keywords for posting to the the [Github commit status API](https://developer.github.com/v3/repos/statuses).
94
+
`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
95
+
`${pactbroker.verificationResultUrl}`: the URL to the relevant verification result.
0 commit comments