Zaktualizuj 'Jenkinsfile_dvc'
This commit is contained in:
parent
639285c036
commit
12c66b368a
@ -5,13 +5,16 @@ pipeline {
|
||||
stage('Clone repository') {
|
||||
steps {
|
||||
sh 'cd ium_452662'
|
||||
sh 'cd zbior_ium'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Download DVC files') {
|
||||
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_KEY'
|
||||
sh 'dvc pull'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user