Contract Testing: Record Deployment
contract-testing_record_deploymentRecord the deployment of a pacticipant version to a specific environment, including optional application instance identification for multi-instance setups.
Instructions
Record that a version of a pacticipant has been deployed to an environment.
Toolset: Environments and Deployments
Parameters:
pacticipantName (string) required: Name of the pacticipant that was deployed
versionNumber (string) required: Version number that was deployed
environmentId (string) required: UUID of the target environment
applicationInstance (string): Identifies a specific instance when multiple instances of the same application are deployed to the same environment (e.g. 'blue', 'green')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | UUID of the target environment | |
| versionNumber | Yes | Version number that was deployed | |
| pacticipantName | Yes | Name of the pacticipant that was deployed | |
| applicationInstance | No | Identifies a specific instance when multiple instances of the same application are deployed to the same environment (e.g. 'blue', 'green') |