pipeline { agent { dockerfile { dir 'lab10' args '-v /dvcstore' } } stages { stage('Stage 1') { steps { } } } }