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
Copy file name to clipboardexpand all lines: lib/pact_broker/doc/views/webhooks.markdown
+3
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,11 @@ Pact Broker Github repository.
87
87
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
89
`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
90
+
`${pactbroker.consumerName}`: the consumer name
91
+
`${pactbroker.providerName}`: the provider name
90
92
`${pactbroker.consumerVersionNumber}`: the version number of the most recent consumer version associated with the pact content.
91
93
`${pactbroker.providerVersionNumber}`: the provider version number for the verification result
94
+
`${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).
0 commit comments