pipeline {
agent any
stages {
stage('Clone repository') {
steps {
sh 'cd ium_452662'
}
stage('Download DVC files') {
sh 'dvc pull'
stage('Run DVC') {
sh 'dvc reproduce'