indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

container_name attribute required for services in docker-compose.yml #68

Closed samuelbernardolip closed 3 years ago

samuelbernardolip commented 4 years ago

Diana just try to run the pipeline when I have there a container running with the expected name and it failed as expected. So it seems with container_name it works as expected. Maybe the case of conflicting names could be related to the other runs without container_name. This can solve any racing conditions as I can see.

samuelbernardolip commented 3 years ago

Already implemented and documented, so closing the issue.