pipeline { agent { dockerfile true } stages { stage('Deployment') { steps { sh 'rsync -h' } } } }