dvc
This commit is contained in:
parent
04cba53919
commit
8c706e37e1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -38,7 +38,9 @@ pipeline {
|
||||
sh "python ium-data.py"
|
||||
}
|
||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||
sh 'dvc push'
|
||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) {
|
||||
sh 'dvc push'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('Model - training') {
|
||||
|
Loading…
Reference in New Issue
Block a user