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

Pipeline environment setup stage fails if project's name contains a white space #62

Closed davrodgon closed 3 years ago

davrodgon commented 4 years ago

For instance: docker-compose -f .sqa/docker-compose.yml --project-directory /var/lib/jenkins/workspace/EOSC Synergy/ up -d No such command: Synergy/

The limitations on the project name should be documented as long as this issue is not fixed.

samuelbernardolip commented 3 years ago

Already implemented and corrected with #PR71.