Skip to content

Commit 2088f2d

Browse files
authored
Merge pull request circleci#5597 from circleci/config-reference-updated-080621
Update configuration-reference.md
2 parents 23e0845 + 26a083e commit 2088f2d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,8 +1609,11 @@ For more information, see the [Executing Workflows For a Git Tag]({{ site.baseur
16091609

16101610
###### **`matrix`** (requires version: 2.1)
16111611
{: #matrix-requires-version-21 }
1612-
The `matrix` stanza allows you to run a parameterized job multiple times with different
1613-
arguments.
1612+
The `matrix` stanza allows you to run a parameterized job multiple times with different arguments.
1613+
1614+
**Note**
1615+
1616+
In order to use the `matrix` stanza, you must use parameterized jobs.
16141617

16151618
Key | Required | Type | Description
16161619
----|----------|------|------------
@@ -1619,6 +1622,8 @@ exclude | N | List | A list of argument maps that should be excluded from the ma
16191622
alias | N | String | An alias for the matrix, usable from another job's `requires` stanza. Defaults to the name of the job being executed
16201623
{: class="table table-striped"}
16211624

1625+
**Note:**
1626+
16221627
The following is a basic example of using matrix jobs.
16231628

16241629
```yaml

0 commit comments

Comments
 (0)