Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Zietkiewicz 2021-06-04 15:56:20 +02:00
parent 3f6ab5a4cd
commit e226adece5

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ node {
stage("DVC"){
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
sh "dvc init"
sh "dvc init -f"
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 keyfile $IUM_SFTP_KEY"
sh "dvc pull"