From 32ac201315968c6f098ca260317076a1c67ab0ce Mon Sep 17 00:00:00 2001 From: Kamil Guttmann Date: Sun, 5 Jun 2022 17:15:30 +0200 Subject: [PATCH] Fix Jenkinsfile --- Jenkinsfile.dvc_job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.dvc_job b/Jenkinsfile.dvc_job index 80a82d5..30f03fb 100644 --- a/Jenkinsfile.dvc_job +++ b/Jenkinsfile.dvc_job @@ -10,7 +10,7 @@ pipeline { } stage("DVC"){ steps { - withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: 's444380', usernameVariable: 'USER'), string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { + withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY'), string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl' sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'