From ca95598984b939cd490a5aad3bbcf23d414f03f9 Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 4 Jun 2022 20:36:30 +0200 Subject: [PATCH] dvc --- dvc.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc.Jenkinsfile b/dvc.Jenkinsfile index 9b46502..543520f 100644 --- a/dvc.Jenkinsfile +++ b/dvc.Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('DVC') { steps { - withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', usernameVariable: 'USER')]) { + withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) { //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'