mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
f455a8a4a0
it is possible to overwrite the entrypoint for docker execution: https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime This is ideally done by passing `entrypoint=''` and not pass two options to the call. This also helps with escaping issues of the empty value on other systems. Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>