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
+2
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ The following variables may be used in the request parameters or body, and will
90
90
`${pactbroker.providerName}`: the provider name
91
91
`${pactbroker.consumerVersionNumber}`: the version number of the most recent consumer version associated with the pact content.
92
92
`${pactbroker.providerVersionNumber}`: the provider version number for the verification result
93
+
`${pactbroker.consumerVersionTags}`: the list of tag names for the most recent consumer version associated with the pact content, separated by ", ".
94
+
`${pactbroker.providerVersionTags}`: the list of tag names for the provider version associated with the verification result, separated by ", ".
93
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).
94
96
`${pactbroker.pactUrl}`: the "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.)
95
97
`${pactbroker.verificationResultUrl}`: the URL to the relevant verification result.
0 commit comments