update jenkinsfile_dvc
Some checks failed
s444356-evaluation/pipeline/head There was a failure building this commit
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-06-02 23:10:50 +02:00
parent 4025d4b51e
commit aade82dcd0

View File

@ -17,6 +17,7 @@ pipeline {
steps {
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: '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 remote list'
sh 'cat .dvc/config'
sh 'cat .dvc/config.local'