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

Docker Agent - single container #84

Open samuelbernardolip opened 4 years ago

samuelbernardolip commented 4 years ago

Docker Agent is a special compose definition that provides a way to use Jenkins docker agent directly, so it allows to easily integrate simple use cases that only rely on a single container. This will not depend on docker-compose.

This would simplify everything using already provided docker interface from available Jenkins plugin. The users will not require to create a docker-compose.yml and only need config.yml.