waz
waz

Reputation: 1253

Gitlab Pipeline fails when another pipeline starts

When we commit to a branch in a repo, the gitlab pipeline starts.
Then if another commit to the same repo starts, on another branch or the same. It cancels the initial pipeline.

Is there a setting to allow both to run together?
Or a setting to not make them cancel when another one starts?

Thanks in advance. :)

Upvotes: 2

Views: 702

Answers (1)

Optimism
Optimism

Reputation: 237

Look into the Left Panel of your GitLab project.

Settings -> CI/CD -> General Pipelines: uncheck "Auto-cancel redundant, pending pipelines".

Upvotes: 3

Related Questions