Commit c34b9944 authored by Dov Hershkovitch's avatar Dov Hershkovitch Committed by Marcel Amirault

Update parallel matrix job

parent 12f8692c
......@@ -3536,7 +3536,8 @@ job split into three separate jobs.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15356) in GitLab 13.3.
Use `matrix:` to configure different variables for jobs that are running in parallel.
Use `matrix:` to run a job multiple times in parallel in a single pipeline,
but with different variable values for each instance of the job.
There can be from 2 to 50 jobs.
Jobs can only run in parallel if there are multiple runners, or a single runner is
......
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