This commit is contained in:
eugene 2023-09-29 20:49:42 +02:00
parent 233ff57665
commit 9daad157ad

View File

@ -13,8 +13,9 @@ pipeline {
stage("DVC"){
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 modify --local ium_ssh_remote password $IUM_SFTP_PASS'
sh 'dvc pull'
sh 'dvc pull'
sh 'dvc repro'}
}
}