From ffca5911417c5a8301bd7fb97e188426bcec008d Mon Sep 17 00:00:00 2001 From: ericsciple Date: Fri, 10 Aug 2018 14:44:09 -0400 Subject: [PATCH] Document batch --- docs/preview/yamlgettingstarted-ci.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/preview/yamlgettingstarted-ci.md b/docs/preview/yamlgettingstarted-ci.md index a9c0ad4197..cb1b166f60 100644 --- a/docs/preview/yamlgettingstarted-ci.md +++ b/docs/preview/yamlgettingstarted-ci.md @@ -22,6 +22,7 @@ For more control, an alternative trigger syntax is available: ```yaml trigger: + batch: true | false # note, support for batch is coming in August branches: include: [string] exclude: [string] @@ -34,6 +35,7 @@ For example: ```yaml trigger: + batch: true branches: include: - master