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
+11-9
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,17 @@ To specify an XML body, you will need to use a correctly escaped string (or use
84
84
85
85
The following variables may be used in the request path, parameters or body, and will be replaced with their appropriate values at runtime.
86
86
87
-
`${pactbroker.consumerName}`: the consumer name
88
-
`${pactbroker.providerName}`: the provider name
89
-
`${pactbroker.consumerVersionNumber}`: the version number of the most recent consumer version associated with the pact content.
90
-
`${pactbroker.providerVersionNumber}`: the provider version number for the verification result
91
-
`${pactbroker.consumerVersionTags}`: the list of tag names for the most recent consumer version associated with the pact content, separated by ", ".
92
-
`${pactbroker.providerVersionTags}`: the list of tag names for the provider version associated with the verification result, separated by ", ".
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.
87
+
*`${pactbroker.consumerName}`: the consumer name
88
+
*`${pactbroker.providerName}`: the provider name
89
+
*`${pactbroker.consumerVersionNumber}`: the version number of the most recent consumer version associated with the pact content.
90
+
*`${pactbroker.providerVersionNumber}`: the provider version number for the verification result
91
+
*`${pactbroker.consumerVersionTags}`: the list of tag names for the most recent consumer version associated with the pact content, separated by ", ".
92
+
*`${pactbroker.providerVersionTags}`: the list of tag names for the provider version associated with the verification result, separated by ", ".
93
+
*`${pactbroker.consumerLabels}`: the list of labels for the consumer associated with the pact content, separated by ", ".
94
+
*`${pactbroker.providerLabels}`: the list of labels for the provider associated with the pact content, separated by ", ".
95
+
*`${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).
96
+
*`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
97
+
*`${pactbroker.verificationResultUrl}`: the URL to the relevant verification result.
0 commit comments