Skip to content

Commit b604595

Browse files
committed
docs: rof on circle
1 parent 7037fe4 commit b604595

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docusaurus/docs/ruby/retry-only-failures.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ gem "knapsack_pro", github: "knapsackpro/knapsack_pro-ruby", branch: "rof"
4040

4141
Also, it's recommended to enable debug logs during the beta testing: [`KNAPSACK_PRO_LOG_LEVEL=debug`](reference.md#knapsack_pro_log_level)
4242

43+
## Additional configuration for CircleCI
44+
45+
On CircleCI, you need to expose the pipeline number as follows:
46+
47+
```yml
48+
# ...
49+
environment:
50+
CIRCLE_PIPELINE_NUMBER: << pipeline.number >>
51+
```
52+
4353
## Example
4454
4555
Let's say your test suite contains 3 specs:

0 commit comments

Comments
 (0)