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: docs/CircleCI.md
+1
Original file line number
Diff line number
Diff line change
@@ -89,5 +89,6 @@ The Buildkite Migration tool's currently supported (✅), partially supported (
89
89
|`workflows.<name>.jobs.<name>.filters`| ✅ | The `branches` and `tag` filters that will determine the eligibility for a CircleCI to run. |
90
90
|`workflows.<name>.jobs.<name>.filters.branches`| ✅ | The specific `branches` that are applicable to the `job`'s filter. Translated to a [step conditional](https://buildkite.com/docs/pipelines/conditionals#conditionals-in-steps). |
91
91
|`workflows.<name>.jobs.<name>.filters.tags`| ✅ | The specific `tags` that are applicable to the `job`'s filter. Translated to a [step conditional](https://buildkite.com/docs/pipelines/conditionals#conditionals-in-steps). |
92
+
|`workflows.<name>.jobs.<name>.matrix`| ✅ | The `matrix` key allows running a specific job as part of a workload with different values. Translated to a [build matrix](https://buildkite.com/docs/pipelines/build-matrix) setup within a [command step](https://buildkite.com/docs/pipelines/command-step). |
92
93
|`workflows.<name>.jobs.<name>.requires`| ✅ | A list of `jobs` that require this `job` to start. Translated to explicit [step dependencies](https://buildkite.com/docs/pipelines/dependencies#defining-explicit-dependencies) with the `depends_on` key. |
93
94
|`workflows.<name>.when`| ✅ | Conditionals that allow for running a workflow under certain conditions. The Buildkite Migration tool allows for the speicification using Logical operators `and`, `or` and `not` in creating command conditionals. |
0 commit comments