From 536e20c86ccc6c2a0ac890e7fb1e67574b5eecd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 5 Jun 2022 15:40:32 +0200 Subject: [PATCH] dvc refactoring --- dvc.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc.Jenkinsfile b/dvc.Jenkinsfile index 7747c6e..1ec388b 100644 --- a/dvc.Jenkinsfile +++ b/dvc.Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('reproduce') { steps { withCredentials( - [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 's444463')]) { + [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', )]) { sh 'dvc remote add -f -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'