This commit is contained in:
Jakub Henyk 2023-05-13 18:42:19 +02:00
parent d14b4550f5
commit a271ff14f0

View File

@ -8,7 +8,7 @@ pipeline {
stage('DVC Commands') { stage('DVC Commands') {
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 modify --local ium_ssh_remote password $IUM_SFTP_KEY' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
sh 'dvc pull' sh 'dvc pull'
sh 'dvc repro' sh 'dvc repro'
} }