http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/ci/jobs/job_control.md
Run a one-dimensional matrix of parallel jobs To run a job multiple times in parallel in a single pipeline, but with different variable values for each instance of the job, use the parallel:matrix keyword: deploystacks : stage : deploy script : - bin/deploy parallel : matrix : - PROVIDER : [ aws , ovh , gcp , vultr ] environment : production/$PROVIDER Run a matrix of parallel trigger jobs You can run a trigger job multiple times in parallel in a single pipeline, but with different variable...