dvc
All checks were successful
s444501-training/pipeline/head This commit looks good
s444501-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-06-04 21:33:35 +02:00
parent 8c706e37e1
commit b81cf3e6b4

2
Jenkinsfile vendored
View File

@ -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'
}
}