This commit is contained in:
Wojciech Lidwin 2023-05-12 13:12:33 +02:00
parent a73ee6992d
commit 0bcd2aa860

View File

@ -15,7 +15,7 @@ node {
testImage.inside{
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 -f|--force --local ium_ssh_remote password $IUM_SFTP_KEY'
sh 'dvc remote modify --force --local ium_ssh_remote password $IUM_SFTP_KEY'
sh 'dvc pull'
}