From 6cac128b9c1241c86b4dc7d603cabb361ea9469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 5 Jun 2022 15:37:29 +0200 Subject: [PATCH] dvc refactoring --- dvc.Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dvc.Jenkinsfile b/dvc.Jenkinsfile index 50cdb6b..9eac8c6 100644 --- a/dvc.Jenkinsfile +++ b/dvc.Jenkinsfile @@ -18,9 +18,10 @@ pipeline { stage('reproduce') { steps { withCredentials( - [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: '')]) { + [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 's444463')]) { 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 USERNAME='s444463' sh 'dvc pull' sh 'dvc repro' sh ll