diff --git a/dvc/Jenkinsfile b/dvc/Jenkinsfile index bf2f96e..4074536 100644 --- a/dvc/Jenkinsfile +++ b/dvc/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { sh "dvc init -f" sh "dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp" sh "dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY" - sh "dvc pull" + sh "dvc pull -f" sh "dvc reproduce" } }