From db7f9596a6a02800140ecf85f0678c08bbf6b820 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin <59863785+Halal37@users.noreply.github.com> Date: Fri, 12 May 2023 13:40:12 +0200 Subject: [PATCH] Fix --- Jenkinsfile_dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 8ad5da9..cb3a825 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -14,7 +14,7 @@ node { def testImage = docker.image('s487197/ium:54') testImage.inside{ withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { - sh 'dvc remote modify --local ium_ssh_remote keyfile 48ac7004-216e-4260-abba-1fe5db753e18' + sh 'dvc remote modify --local ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' sh 'dvc remote modify --local ium_ssh_remote password IUM@2021' sh 'dvc pull' }