Fix Jenkinsfile.dvc
This commit is contained in:
parent
42c95f5a82
commit
194e61d491
@ -9,6 +9,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("DVC"){
|
||||
steps {
|
||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
|
||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||
sh "dvc pull"
|
||||
@ -16,4 +17,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user