@@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa
6
6
7
7
## Package contents
8
8
9
- This version (2.0.2 ) of the Pact standalone executables package contains:
9
+ This version (2.0.3 ) of the Pact standalone executables package contains:
10
10
11
11
* pact gem 1.63.0
12
12
* pact-mock_service gem 3.11.2
13
13
* pact-support gem 1.19.0
14
14
* pact-provider-verifier gem 1.36.1
15
- * pact_broker-client gem 1.66.1
15
+ * pact_broker-client gem 1.68.0
16
16
* pact-message gem 0.11.1
17
17
18
18
Binaries will be extracted into ` pact/bin ` :
@@ -321,6 +321,14 @@ Description:
321
321
$ pact-broker can-i-deploy --pacticipant Foo 173153ae0 \ --pacticipant Bar
322
322
--latest main
323
323
324
+ ##### Polling
325
+
326
+ If the verification process takes a long time and there are results missing
327
+ when the can-i-deploy command runs in your CI/CD pipeline, you can configure
328
+ the command to poll and wait for the missing results to arrive. The arguments
329
+ to specify are `--retry-while-unknown TIMES` and `--retry-interval SECONDS`,
330
+ set to appropriate values for your pipeline.
331
+
324
332
```
325
333
326
334
<a name =" pact " ></a >
@@ -357,7 +365,7 @@ Options:
357
365
-k, [--broker-token=BROKER_TOKEN] # Pact Broker bearer token
358
366
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
359
367
360
- Publish provider contract to Pactflow
368
+ Publish provider contract to PactFlow
361
369
362
370
```
363
371
0 commit comments