Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-29 18:16:14 +02:00
parent 2b283f5211
commit 7f6ee4e15a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline {
sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl' 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 password $IUM_SFTP_PASS' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
echo 'Remote created' echo 'Remote created'
sh 'dvc remote modify origin --local user 449288' sh 'dvc remote modify ium_ssh_remote --local user 449288'
echo 'Pulling from dvc' echo 'Pulling from dvc'
sh 'dvc pull' sh 'dvc pull'
echo 'Files pulled' echo 'Files pulled'