This commit is contained in:
Jakub Zaręba 2023-05-24 01:03:57 +02:00
parent e76658cf2a
commit df807f60d3
1 changed files with 6 additions and 0 deletions

View File

@ -53,5 +53,11 @@ pipeline {
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce'
}
}
stage('Push DVC Files') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc push'
}
}
}
}