This commit is contained in:
s444501 2022-06-04 21:47:20 +02:00
parent 00cc08ad46
commit 50ca3ae004
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,5 @@
[core]
remote = ium_ssh_remote
['remote "ium_ssh_remote"']
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl
password = IUM@2021

View File

@ -1,3 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

View File

@ -17,7 +17,6 @@ pipeline {
//sh 'dvc remote add -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 'dvc remote modify --local ium_ssh_remote password IUM@2021'
sh 'dvc remote list'
sh 'dvc pull'
sh 'dvc reproduce'
}