From 6eb4aa7ff5373af786395ed1d3fa49fffea612f0 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Fri, 26 Jul 2019 13:38:28 -0600 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 8759234..cce441c 100644 --- a/README.md +++ b/README.md @@ -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.