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

Command limitation for docker-compose #67

Open samuelbernardolip opened 4 years ago

samuelbernardolip commented 4 years ago

As I could review with sqaaas-web, docker-compose don't parse the string double quotes. This was removed in current branch stable/2.0.0 that Diana is testing with sqaaas-web.

We should add to documentation that ; and && and similar can not be placed in command because it only allows to run a single context only.

The same for Tox or any other future tool. All script implementation must be inside the defined build context.

Command is strict to command followed by its arguments.

orviz commented 4 years ago

related to https://github.com/indigo-dc/jenkins-pipeline-library/issues/66#issuecomment-656192193