fix: jenkinsfile-dvc

This commit is contained in:
Filip Patyk 2023-05-23 12:29:12 +02:00
parent 6e172a4486
commit d3bb73b600
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ node {
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { 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 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 remote modify --local ium_ssh_remote password $IUM_SFTP_KEY'
sh 'dvc pull' sh 'dvc pull'
sh 'dvc exp run' sh 'dvc exp run'