This commit is contained in:
parent
0e215b3e78
commit
1171efbec4
2
training/Jenkinsfile
vendored
2
training/Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
|||||||
|
|
||||||
steps {
|
steps {
|
||||||
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 -f 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 remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
sh "chmod +x ./train.py"
|
sh "chmod +x ./train.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user