You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/pipelines/build_matrix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ steps:
45
45
All jobs created by a build matrix are marked with the _Matrix_ badge in the Buildkite interface.
46
46
47
47
>📘 Matrix and Parallel steps
48
-
> Matrix builds are not compatible with explicit <a href="/docs/tutorials/parallel-builds#parallel-jobs">parallelism in steps</a>. You can use a <code>matrix</code> and <code>parellism</code> in the same build, as long as they are on separate steps.
48
+
> Matrix builds are not compatible with explicit <a href="/docs/tutorials/parallel-builds#parallel-jobs">parallelism in steps</a>. You can use a <code>matrix</code> and <code>parallelism</code> in the same build, as long as they are on separate steps.
49
49
50
50
For more complex builds, add multiple dimensions to `matrix.setup` instead of the `matrix` array:
0 commit comments