Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-johnson authored Jul 26, 2019
1 parent 9419944 commit 6eb4aa7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,25 @@ steps:
stream: //dev/minimal
```

Partial sync of a stream

```yaml
steps:
plugins:
- ca-johnson/perforce:
stream: //dev/minimal
sync: //dev/minimal/.buildkite/...
```

Enable parallel sync

```yaml
steps:
plugins:
- ca-johnson/perforce:
parallel: 16
```

## Triggering Builds

There are a few options for triggering builds that use this plugin, in this order from least valuable but most convenient to most valueable but least convenient.
Expand Down

0 comments on commit 6eb4aa7

Please sign in to comment.