Commit f9161227 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'update-matrix-builds-docs' into 'master'

Update docs for matrix builds

See merge request gitlab-org/gitlab!37698
parents 9558dd99 4855c8a3
...@@ -3438,7 +3438,11 @@ job split into three separate jobs. ...@@ -3438,7 +3438,11 @@ job split into three separate jobs.
#### Parallel `matrix` jobs #### Parallel `matrix` jobs
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15356) in GitLab 13.2. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15356) in GitLab 13.3.
> - It's deployed behind a feature flag, disabled by default.
> - It's enabled on GitLab.com.
> - It can't be enabled or disabled per-project.
> - It's recommended for production use.
`matrix:` allows you to configure different variables for jobs that are running in parallel. `matrix:` allows you to configure different variables for jobs that are running in parallel.
There can be from 2 to 50 jobs. There can be from 2 to 50 jobs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment