From 8a17a0d8820a56c2b31ebe8df54acc567d5d4b85 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin <59863785+Halal37@users.noreply.github.com> Date: Fri, 12 May 2023 13:25:04 +0200 Subject: [PATCH] Fix --- Jenkinsfile_dvc | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 30828b4..1d85430 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -14,6 +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 password $IUM_SFTP_KEY' sh 'dvc pull' }