mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
05e0d958da
command `which` requires a dedicated OS package to be installed. In case a Jenkins Master or Jenkins Slave Image does not contain `which`, although `docker` command is available the step took a wrong turn. This removes the check using `which` since checking `docker ps` is sufficient.