Minimal "run this command in this docker image" jenkinsfile
There is a docker image whose name is IMAGE_NAME. I want a Jenkins job to docker pull IMAGE_NAME and then docker run IMAGE_NAME /bin/bash -c '/usr/bin/my_startup arg1 arg2 arg3 I tried a few variations of a Jenkinsfile based on some…