From dcf77550f20b2b278722c2646d64fe74ca8d92fd Mon Sep 17 00:00:00 2001 From: Kamil Guttmann Date: Sun, 5 Jun 2022 16:52:10 +0200 Subject: [PATCH] Fix Jenkinsfile --- Jenkinsfile.dvc_job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.dvc_job b/Jenkinsfile.dvc_job index 1ac230d..dbdb2af 100644 --- a/Jenkinsfile.dvc_job +++ b/Jenkinsfile.dvc_job @@ -12,7 +12,7 @@ pipeline { steps { withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) { sh "dvc remote list" - sh 'dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' + sh 'dvc remote add -d -f 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 repro'