This commit is contained in:
s444501 2022-06-04 21:32:40 +02:00
parent 04cba53919
commit 8c706e37e1

4
Jenkinsfile vendored
View File

@ -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') {