This commit is contained in:
Wojciech Lidwin 2023-05-12 13:21:19 +02:00
parent 0bcd2aa860
commit 2e9a4229d8

View File

@ -15,7 +15,6 @@ 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 --force --local ium_ssh_remote password $IUM_SFTP_KEY'
sh 'dvc pull'
}