This commit is contained in:
Jakub Henyk 2023-05-13 18:34:43 +02:00
parent c0a75da646
commit 84881f56bc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline {
stage('DVC Commands') {
steps {
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
sh 'dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
sh 'dvc remote add -d -f ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY'
sh 'dvc pull'
sh 'dvc repro'