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