dvc
This commit is contained in:
parent
8c706e37e1
commit
b81cf3e6b4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -39,6 +39,8 @@ pipeline {
|
||||
}
|
||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) {
|
||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||
sh 'dvc remote modify --local ium_ssh_remote password IUM@2021'
|
||||
sh 'dvc push'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user