Skip to content

Commit

Permalink
Merge pull request #131 from buildkite/SUP-2350-Matrix-Workflow-Jobs
Browse files Browse the repository at this point in the history
SUP-2350 - Matrix and jobs via workflow docs note
  • Loading branch information
james2791 authored Jun 20, 2024
2 parents 11ac9f1 + ab1d97c commit 7aac2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CircleCI.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ The Buildkite Migration tool's currently supported (✅), partially supported (
| `workflows.<name>.jobs.<name>.filters` || The `branches` and `tag` filters that will determine the eligibility for a CircleCI to run. |
| `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). |
| `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). |
| `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). |
| `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. |
| `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 comments on commit 7aac2ad

Please sign in to comment.