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
+1
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ The following variables may be used in the request path, parameters or body, and
95
95
*`${pactbroker.consumerLabels}`: the list of labels for the consumer associated with the pact content, separated by ", ".
96
96
*`${pactbroker.providerLabels}`: the list of labels for the provider associated with the pact content, separated by ", ".
97
97
*`${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).
98
+
*`${pactbroker.bitbucketVerificationStatus}`: the verification status using the correct keywords for posting to the the [Bitbucket commit status API](https://developer.atlassian.com/server/bitbucket/how-tos/updating-build-status-for-commits/).
98
99
*`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
99
100
*`${pactbroker.verificationResultUrl}`: the URL to the relevant verification result.
0 commit comments