pipeline { agent { docker { image 'czajson99/ium:v1' } } stages { stage('Test') { steps { sh './download.sh' } } } }