Hi all,
i'm facing an issue with my pipeline configuration: i just want one pipeline running at a time.
The steps are : DB creation, build, unit tests, deploy then drop DB.
So I don't want any other pipelines running until the running one is finished.
Is there a way to implement that ? Or am I using it wrongly ?
Thanks and regards,
Erwan