История изменений
Исправление Pinkbyte, (текущая версия) :
https://docs.gitlab.com/ee/ci/pipelines.html
A pipeline is a group of jobs that get executed in stages. All of the jobs in a stage are executed in parallel(if there are enough concurrent Runners)
Смотрим сюда в сторону опций limit и request_concurrency
Исходная версия Pinkbyte, :
https://docs.gitlab.com/ee/ci/pipelines.html
A pipeline is a group of jobs that get executed in stages. All of the jobs in a stage are executed in parallel(if there are enough concurrent Runners)