-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Currently the simplest snippet you can use is this
step([$class: 'DockerComposeBuilder', dockerComposeFile: 'docker-compose.yml', option: [$class: 'StartAllServices'], useCustomDockerComposeFile: false])
it would be much nicer to have aliases for the classes and defaults for the arguments
dockerCompose 'startAllServices'
or one for each option
dockerComposeUp()
dockerComposeDown 'db'