update jenkinsfile_dvc
This commit is contained in:
parent
c71154ed65
commit
f325858c0f
@ -18,6 +18,8 @@ pipeline {
|
||||
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 remote list'
|
||||
sh 'cd .dvc'
|
||||
sh 'cat config'
|
||||
sh 'dvc pull'
|
||||
sh 'dvc repro'
|
||||
sh 'ls -al'
|
||||
|
Loading…
Reference in New Issue
Block a user